Unity-Technologies / uaal-example

Other
736 stars 234 forks source link

Unity lib with multiple scenes? #44

Open BraveEvidence opened 3 years ago

BraveEvidence commented 3 years ago

Is it possible to have multiple scenes in an unity lib? I don't want to merge those scenes. On click of button one of my native iOS app I want to open Scene1 of unity. On click of button two of my native iOS app I want to open Scene2 of unity and so on.

Does someone knows how to do it in Swift, Java or Kotlin? I don't understand objective c.

ROBYER1 commented 3 years ago

Make a scene with a script that takes a message to load a scene maybe?