Bolt.Addons.Community icon indicating copy to clipboard operation
Bolt.Addons.Community copied to clipboard

Clarification in "Assets" section of README

Open sandsalamand opened this issue 2 years ago • 4 comments

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"?

sandsalamand avatar Jan 21 '24 11:01 sandsalamand

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

S2NX7 avatar Jan 21 '24 12:01 S2NX7

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

sandsalamand avatar Jan 22 '24 01:01 sandsalamand

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 avatar Jan 26 '24 06:01 S2NX7

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

S2NX7 avatar Jan 26 '24 06:01 S2NX7