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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.