Export bolt assets?

Options
Hey all.

First, let me say, sorry if this is a repost, but I could not find anything on this subject in forums.

Then lets get on with question:

Is it possible to export bolt assets from one project to another.

Situation: I have setup a number of bolt assets in one project and now I want to migrate them to another project, instead of making all the new ones. Is it possible?

Thanks in advance

Comments

  • T_Schm
    Options
    Everything regarding your Bolt Project is saved inside the project.bytes file in the root folder of bolt (Assets/bolt). This includes states, events, commands and objects.

    You are not able to export BoltPrefabs that easily. However, you can write an simple editor script to find all prefabs that have a BoltEntity attached and select them to export as a standard UnityPackage.

    This way you should be able to tranfer everything over to a new project.