You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
My stages are saved in prefabs.
I could bake the mesh correctly in prefab mode but it won't show the result unless I am viewing the mesh from a normal scene with the prefab. This issue make it a little hard to evaluate mesh result right after baking. It would be very appreciated if this can be improved.
Thanks for the excellent work.
The text was updated successfully, but these errors were encountered:
@h8man
I am not sure how the current result is rendered. However, the usual difference between Prefab Mode and normal scene editing is that it run within an isolated scene. If you code need to get the instance of the NavMeshSurface2d GameObject in perfab mode, it probably need to find it with PrefabStage, or otherwise you maybe getting an instance from the normal scene behind the one inside the prefab editing scene.
Hello
My stages are saved in prefabs.
I could bake the mesh correctly in prefab mode but it won't show the result unless I am viewing the mesh from a normal scene with the prefab. This issue make it a little hard to evaluate mesh result right after baking. It would be very appreciated if this can be improved.
Thanks for the excellent work.
The text was updated successfully, but these errors were encountered: