NeuroGoblinN
Normal2y ago
43 replies
NeuroGoblin

Realtime OnChanged event will not fire

Hey guys, I have a simple model, SceneModel, which has one integer property, amountOfSceneChanges. When this integer increments, I want the delegate to fire.

I have tried:

- Verifying the model is subscribed to the event on load, and even manually resubscribing right before the call
- Verifying that the model integer number is infact changing
- Recreating the model and modelsync classes (with different names) recompiling and using the new classes
- Changing room name

I have no idea why the delegate isn't firing given the above. Please let me know if you need more screenshots or info! thanks !
image.png
image.png
Was this page helpful?