RealityStop / Bolt.Addons.Community

A community-driven project for extending Unity Bolt
MIT License
251 stars 34 forks source link

Clarification in "Assets" section of README #65

Closed sandsalamand closed 4 months ago

sandsalamand commented 9 months ago

I have no idea what the "Assets" section of the README is saying. What does this mean: "Code Assets are used to generate dependency free C# code"?

S2NX7 commented 9 months ago

Code Assets are used to Generate C# scripts like classes, Interfaces, Structs and Enums that you can use

sandsalamand commented 9 months ago

So are you saying that it converts a visual script into a C# script?

S2NX7 commented 8 months ago

Not yet I am working on that well it can only convert a few nodes to C# and you create variables, constructors and methods but I am working on the generators for other nodes. but right now its mainly used to generate a script for defined events or just classes, Interfaces, Structs and Enums. as you can see here : Screenshot 2024-01-26 084314

S2NX7 commented 8 months ago

but I working on making a generator to convert Script Graphs to C#