修改加载场景
This commit is contained in:
parent
86c523d51f
commit
717b52744c
File diff suppressed because it is too large
Load Diff
|
|
@ -61,7 +61,7 @@ public class Menu : MonoBehaviour
|
||||||
PlayerPrefs.SetString("Task", taskText.text);
|
PlayerPrefs.SetString("Task", taskText.text);
|
||||||
if (PlayerPrefs.GetString("Task").Equals("10kV电缆终端调拨物资入库"))
|
if (PlayerPrefs.GetString("Task").Equals("10kV电缆终端调拨物资入库"))
|
||||||
{
|
{
|
||||||
SceneManager.LoadScene("Operation_LHTest");
|
SceneManager.LoadScene("Operation_LH");
|
||||||
}
|
}
|
||||||
else if(PlayerPrefs.GetString("Task").Equals("柱上断路器调拨入库"))
|
else if(PlayerPrefs.GetString("Task").Equals("柱上断路器调拨入库"))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue