Hi!
We want to make a deep link to open our Unity game on a **Specific Scene**, but cannot find a way to do it.
Now we can generate the deep link to the App itself by adding these Intent Filter lines to the AndroidManifest file generated in the Unity Project (between the … tags):
If we open this link on the Android phone, the Unity app opens:
intent://game_name/#Intent;scheme=open_app;package=com.enterprise.game_name;end
But it always opens in the main scene.
We can’t find a way to add another Intent Filter to open a different scene when a link is clicked outside the app.
We’ve searched everywhere with no luck.
Anybody knows how to do this?
Many thanks for your help!
↧