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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.