react-native-unity
react-native-unity copied to clipboard
How to run multiple Unity games in one react-native project?
Hello,
I'm wondering how to implement multiple Unity games into one react-native app. I saw an example on YouTube but couldn't figure out how to do that. Can you please help me with this?
Thank you!
Maybe keep all the games in separate scenes. Then createa transition scene in your unity that you can control in React Native, send the message to change the scene and that way you have "multiple" games in one Unity project
@erselekmen You did it?
@joaquinlom Do you have a method on how to do that?
how did you manage to implement 1 game? pls guide