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
Open the project in Unity, create the folder "Resources" (read "Notes" section to know where) and copy the settings file into that folder.
Rename the file to ServerSettings inside Unity.
Restart Unity to apply the new settings.
To go back to the default settings, remove the "Resources" folder and restart Unity.
Notes
The folder "Resources" could be located anywhere inside "Assets" folder and any of its subfolders. If you create this folder inside "Assets/OperaSDK" it will be ignored by git which probably could be useful in some scenarios. As for the given repository with the sample project, the "Resources" folder with the custom server settings was added to the "Assets" folder and therefore is tracked by git.
The safest way to copy files into the project is by using Unity Editor window, not through the file explorer of the operating system. The second option is also possible but the necessary meta data will not be created automatically in this case. So you need to be more careful.