Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0b8
Issue ID
1006561
Regression
No
Default preset is not applied when dragging component from Project window to Inspector
To reproduce:
1. Open the "Unity2018.1.0b8 - Default Preset Bug.zip" project
2. Select "Presets/MyComponentPreset0" in Project window and set Test Value to 100
3. Open the Sample Scene, drag MyComponent script to PresetTarget game object in the Hierarchy
4. Observe that TestValue is 100
5. Drag the MyComponentScript into the Inspector
6. Observe that TestValue is 0
Expected: dragging component to Inspector applies the default preset of the component
Reproduced in 2018.1.0a6, 2018.1.0b1, 2018.1.0b8, 2018.1.0b9, 2018.2.0a2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standard Unity Materials and Shaders become corrupted after importing specific Asset Packages
- [Linux][OpenGL][Vulkan] Draw calls are not shown in the Event List when taking a capture of a frame with RenderDoc
- Inaccurate collision detections when Rigidbody Collision Detection is set to "Continuous" or "Continuous Dynamic"
- Crash on Object::IncrementPersistentDirtyIndex when upgrading project version
- [iOS] Multiple Xcode project instances created before opens up when performing Build and Run for iOS Platform
Add comment