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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
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.