Search Issue Tracker
By Design
Votes
1
Found in
2018.4
2019.3.9f1
2020.2
Issue ID
1238942
Regression
No
Unable to add script properties of a custom Object type to be tracked in the Animation window
How to reproduce:
1. Open the attached project "1238942.zip"
2. Open the "test" scene
3. Open Animation window
4. Select GameObject "Test"
5. In Animation window click "Add Property" and expand "Test Object Ref Script (Script)"
Expected result: all variables, including the ones of type ScriptableObject, MonoBehaviour, and UnityEngine.Object, are shown in a list
Actual result: only variables of type Sprite and float are shown in a list
Reproducible with: 2018.4.22f1, 2019.3.12f1, 2020.1.0b6, 2020.2.0a8
Workaround: using Animation Events bypasses these limitations
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
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- 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
- Flickering bright white dots in the Scene when the Android Platform is selected and DX11 Graphics API is used with Iris(R) Xe Graphics GPU
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
Resolution Note:
Cosmetic fix, low priority. We only support Sprite objects at the moment