simeonradivoev/Code-Node-Editor
A graph node editor for generating C# scripts using .Net's CodeDOM in Unity.
This tool helps Unity developers visually construct C# scripts using a node-based interface, similar to a shader graph. You connect different code elements as nodes, and the editor automatically generates the corresponding C# (.cs) file. This is ideal for Unity developers who need to create or modify C# scripts without directly writing every line of code.
119 stars. No commits in the last 6 months.
Use this if you are a Unity developer who prefers a visual, drag-and-drop interface for generating C# code, especially for repetitive or structured script creation.
Not ideal if you need to create complex, highly customized C# scripts that require intricate logic not easily represented through a node graph, or if you prefer to write all your code manually.
Stars
119
Forks
20
Language
C#
License
MIT
Category
Last pushed
Oct 19, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/simeonradivoev/Code-Node-Editor"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...