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
- Particles spawn at the same position when using raw byte address buffer in VFX Graph
- Decal Shader Graph - Custom vertex interpolators are always 0
- Error “NullReferenceException: Object reference not set to an instance of an object“ is present when the UI Toolkit Debugger window is docked and inactive on Editor launch
- RenderTexture pixels are gray when created without drawing on macOS
- Slider disappears when the Baked Lightmap Viewer window is at its minimum size
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.