react-native-unity
react-native-unity copied to clipboard
Suggestion: new prop "onSceneLoaded"
How do you think of adding onSceneLoad : (scene: string) => void prop? Cause in our keys we have two scenes and on load unity screen we posting a message but we want to post on next scene so we need to add onUnityMessage handler on 1 more scene what do you think about it?