Is there a way to suppress the loading of the unity application when the react native application loads?
We want to be able to dynamically start the unity process as for our application 90% of the work is being done in react native and 10% is being done in unity. The purpose of doing a hybrid approach like this is to be considerate to battery life by not always having the unity program running.