package.json 583 B

1234567891011121314151617181920
  1. {
  2. "name": "com.alelievr.node-graph-processor",
  3. "displayName": "Node Graph Processor",
  4. "version": "1.3.0",
  5. "unity": "2020.3",
  6. "description": "Node graph editor framework focused on data processing using Unity UIElements and C# 4.7",
  7. "keywords": [
  8. "graph",
  9. "UIElements",
  10. "unity"
  11. ],
  12. "samples": [
  13. {
  14. "displayName": "Examples",
  15. "description": "A bunch of examples using the NodeGraphProcessor API to create custom nodes and graphs",
  16. "path": "Samples~/Examples"
  17. }
  18. ],
  19. "category": "Unity"
  20. }