Unity Tip Expose C# variable to Bolt

3 years ago
28

This took me a long time to figure out so I wanted to show you how I did it. You can convert any variable in C# this way using Bolt or even other C# scripts.

This will come in handy if you're making a game and using any assets from the Unity Asset Store, or a GitHub, or anything else. There will be variables that you need to expose and this is a very easy way to do it, without breaking good code.

Loading 1 comment...