Remove some webgl stuff
Browser support is being dropped
This commit is contained in:
@@ -7,13 +7,6 @@ public class VersionText : MonoBehaviour
|
||||
void Awake()
|
||||
{
|
||||
text = gameObject.GetComponent<TMP_Text>();
|
||||
if (Application.platform != RuntimePlatform.WebGLPlayer)
|
||||
{
|
||||
text.text = "Current: v" + Application.version;
|
||||
}
|
||||
else
|
||||
{
|
||||
text.text = "v" + Application.version;
|
||||
}
|
||||
text.text = "Current: v" + Application.version;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user