I’m experiencing some issue with realm and unity .PropertyChanged event get rise only in first scene of final build Although the changes to realm object is done to the data base . I believe the issue is related to loading and unloading scene because if I Build my game with the scene the issue is created as the first scene the issue is gone.
Does realm need some changes before loading new scene?