HarperH
Normal12mo ago
74 replies
Harper

Must all RealtimeViews be instantiated at runtime?

Is it not possible to have a RealtimeView in the scene? Do all RealtimeViews need to be instantiated at runtime? I'm getting this error for RealtimeViews that are already in the scene before runtime:
RealtimeView model is null. Was this view instantiated with GameObject.Instantiate instead of Realtime.Instantiate? Make sure you're passing a prefab name and not a prefab reference to avoid accidentally calling GameObject.Instantiate().
UnityEngine.Debug:LogError (object,UnityEngine.Object)
Was this page helpful?