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
- 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:
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.