#Is there a way to assign SceneReference in the inspector? If not, what's the best way to get it?
1 messages · Page 1 of 1 (latest)
Bake SceneAsset and create EntitySceneReference from it
Looks like I was on the right track then. Only thing I missed was wrapped around the authoring script with #if UNITY_EDITOR since the SceneAsset is not available during standalone build.
baking as a whole not available in builds