Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
2019.3.0b9
Issue ID
1195013
Regression
No
[AddressableAssets] [Preset] Reset functionality is not working on Preset of AddressableAssetSettings
Reset functionality is not working on Preset of AddressableAssetSettings
Steps to Reproduce:
1. Create a new Project
2. Open Window > Package Manager
3. Click on Window > Package Manager > Addressables > Install
4. Click on Window > AssetManagement > Addressables
5. Click on Project > AddressableAssetSettings > Inspector > PresetIcon > Create preset
6. Select Project > AddressableAssetSettings > Inspector > Cog Wheel > Reset
Expected Result:
Default data is set to all values
Actual Result:
Send Profiler Event data is not set to Default
Reproducible in: 2020.1.0a11, 2019.3.0b9, 2019.3.0b4, 2019.2.0f2, 2019.1.14f1, 2018.4.33f1
Environment: Windows 10 and Mac 10.14
Note: Addressable Package has been introduce in 2018.3
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
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
- Game View Tab Scale changes erratically when a Unity Tab is on a different screen with a differing Display Scale
- Six way lighting receiving wrong lighting from APV when set to World Space
- Crash on SortByExecutionOrder when interrupting the .androidpack import process
Resolution Note:
The reason that Send Profiler Events is not reset is that it isn't actually a setting on the main settings object. We display it in that inspector, but it is a project specific setting saved elsewhere.
In an upcoming release, we are moving all settings such as this one to a Preferences pane. Then only the settings that are actually part of that main asset will remain in the inspector.