I have a module in Unity Project that has DontDestroyOnLoad in its Start().
How can I write a func (of which of the existing ones is there) that would run every time a new scene is loaded?
I've tried both Start() and OnEnable() and it didn't seem to work?