You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add this class to your project to always open with Chrome instead of your default browser (Firefox in my case) when you click "Play" or "Start Server".
Note: This is an editor class and should either be put into an editor-only assembly or wrapped in #if UNITY_EDITOR and #endif.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Add this class to your project to always open with Chrome instead of your default browser (Firefox in my case) when you click "Play" or "Start Server".
Note: This is an editor class and should either be put into an editor-only assembly or wrapped in
#if UNITY_EDITOR
and#endif
.Beta Was this translation helpful? Give feedback.
All reactions