I'm trying to do just that but I'm getting PrefabID is 0! assets/bundled/prefabs/autospawn/decor/v2_cliff/rock_cliff_b_3.prefab error. Does anyone know how to spawn such an object ?
Well I'm getting above error when I tried to spawn it as it was and entity:Crate game object using "CreatePrefab" Add BaseEntitySpawn componentNormally a prefab should be spawned via Instanciate(gameObject) but it does not work as well (nothing is happening, zero errors, zero nothing). As for PrefabID is 0! issue I think it could be connected with networking (maybe it's an ID used to synch between server and client).