Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2019.1.0a1
2019.1.9f1
2019.2.0a1
2019.3.0a1
Issue ID
1171979
Regression
No
Changes in the Services tab are not saved in UnityConnectSettings file until the current scene is saved or the Editor is exited
How to reproduce:
1. Create a new project or open any existing one
2. Open Services tab
3. Turn Ads on
4. Navigate to the project directory's ProjectSettings
5. Open UnityConnectSettings.asset (Notepad can open such files)
Expected results: In UnityAdsSettings, m_Enabled is 1 since we just turned on Ads
Actual results: m_Enabled is still 0
Reproducible with: 2017.4.31f1, 2018.4.5f1, 2019.1.13f1, 2019.2.0f1, 2019.3.0a11
Notes:
- Saving the current scene requires the scene to be dirty, which means CTRL+S will not work if there are no changes in the scene
- Happens with any change in the Services tab, Ads is just an example
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
To save the Services Window settings, you must save the project, not the scene.
Doing the above described changes, either enabling or disabling the Ads by example, can be easily saved into the "UnityConnectSettings.asset" if the menu option "Save Project" is used within the "File Menu".
Tested with the latest 2019.3 version.