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 VFX Window Panels close on entering Play mode
- VFX Graph using Redo action for Move and Connect node results in an unknown input value
- VFX Parameters are missing the documentation links
- Node name gets cut off in the Visual Effect Graph when the name is long
- Custom Particle System names textboxes are not correctly wrapped in the VFX Control panel
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.