Smart
This commit is contained in:
@@ -7,7 +7,7 @@ public class MenuScript : MonoBehaviour
|
|||||||
|
|
||||||
void Awake()
|
void Awake()
|
||||||
{
|
{
|
||||||
if (!Application.isMobilePlatform || Application.isEditor || Application.platform == RuntimePlatform.WebGLPlayer)
|
if (Application.isMobilePlatform || Application.isEditor || Application.platform == RuntimePlatform.WebGLPlayer)
|
||||||
{
|
{
|
||||||
exitButton.gameObject.SetActive(false);
|
exitButton.gameObject.SetActive(false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user