My RealtimeModel is not created
I have added a new script to my gameObject that implements a RealtimeModel. But when I play the game the
How the script is setup:
It's important to note that I have used this script for ages and it worked so far. Now there's one game object breaking things. It's a prefab btw.
When I enter play mode the RealtimeModel on the RealtimeView is not present so I tried to click
this.model variable is nullHow the script is setup:
It's important to note that I have used this script for ages and it worked so far. Now there's one game object breaking things. It's a prefab btw.
When I enter play mode the RealtimeModel on the RealtimeView is not present so I tried to click
Rebuild Realtime View but it didn't help