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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.