Show version if on the Browser
This commit is contained in:
@@ -11,5 +11,9 @@ public class VersionText : MonoBehaviour
|
|||||||
{
|
{
|
||||||
text.text = "Current: v" + Application.version;
|
text.text = "Current: v" + Application.version;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
text.text = "v" + Application.version;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user