
0
Answered
source control setup
Which parts of Bolt should be included in source control? I just imported bolt into my project and after generating it's over 80MB. I like to include my plugins in source control, but that's huge! Which folders (of the plugin itself and/or generated code) do you recommend commiting?
Bolt Version:
Unity Version:
Platform(s):
Scripting Backend:
.NET Version (API Compatibility Level):
Customer support service by UserEcho
You can exclude the unit database from source control to reduce the size.
It's located at:
Assets/Generated/Bolt.Flow/UnitOptions.db
Do not exclude the entire generated folder because it include your application and saved variables.