-
Notifications
You must be signed in to change notification settings - Fork 0
Player
ShAdowDev16 edited this page Dec 19, 2024
·
4 revisions
This will change the local player's color to the preferred color.
Arguments:
-
Color color
The color to change the player's color to.
Example:
MirrorVRManager.SetColor(new Color(255, 255, 255));
This will change the local player's username to the preferred name.
Arguments:
-
string username
The new player username -
bool SaveWithPref
Should the username be saved with Unity Player Prefs?
Example:
MirrorVRManager.SetUsername("Testusername", true);