Load scene with param variable Unity

后端 未结 2 1213
不知归路
不知归路 2021-02-20 07:00

In my game there is a map view that contains a 50x50 grid of tiles. When you click on the tile you get sent to that tiles view and attack things, etc. The only difference betwee

2条回答
  •  日久生厌
    2021-02-20 07:30

    Maakep! Perfect and easy code!

    But your method to load scene not working.

    You can use another method:

    UnityEngine.SceneManagement.SceneManager.LoadScene("Vuforia-4-Spheric");
    

提交回复
热议问题