Charles Morton
Charles Morton
@MrGadget1024 The issue here is for mixed use prefabs. I have a prefab that is scene place sometimes, but other times I do dynamically spawn them. Say I have a...
```csharp // !!! Changed ordering here to ensure scene objects are always cleaned up properly, even if we could spawn the same object at runtime via RegisterPrefab // scene object.....
No we aren't seeing that. What's the stack? I didn't make it clear in my test instructions perhaps but i'm only calling RegisterPrefab once on the test cube prefab and...