Search Issue Tracker
Fixed in 2.0.1
Votes
0
Found in [Package]
1.0.0, 1.0.5
Issue ID
1182792
Regression
Yes
Multiple warning messages are logged/spammed in the Console window when modifying alembic (.abc) asset in the Inspector window
How to reproduce:
1. Open the attached 'project-1182792.zip' project
2. In the Project window select 'alembicCube.abc'
3. In the Inspector window modify 'Scale Factor' value
Expected result: multiple warning messages are logged in the Console window
Actual result: no warning messages are logged in the Console window
Reproducible with: 2019.2.0a6, 2019.2.7f2, 2019.3.0b5, 2020.1.0a6 (1.0.0, 1.0.5)
Not reproducible with: 2018.4.10f1, 2019.2.0a5 (1.0.0, 1.0.5)
Could not test with: 2017.4.32f1 (Package Manager not available)
Additional notes: editing 'Geometry' or 'Cameras' areas produces a different warning message than changing 'Scene' values
Modifying 'Scene': OnInspectorGUI should call serializedObject.Update() at its beginning and serializedObject.ApplyModifiedProperties() before calling ApplyRevertGUI() method.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Modifying 'Geometry' or 'Cameras': OnInspectorGUI should call serializedObject.Update() at its beginning and serializedObject.ApplyModifiedProperties() before calling ApplyRevertGUI() method.
UnityEditor.PopupCallbackInfo:SetEnumValueDelegate(Object, String[], Int32)
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
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
Resolution Note (fix version 2.0.1):
This bug is now fixes in the latest version of the Alembic package (2.0.1-preview.1)