Search Issue Tracker
Fixed in 1.2.0
Votes
1
Found in [Package]
2019.1.0b9
2019.3.0a4
Issue ID
1158283
Regression
Yes
[Timeline] NullReferenceException occurs on selecting SignalEmitter preset asset
NullReferenceException occurs on selecting SignalEmitter preset asset.
Steps to repro:
1. Open the attached project.
2. Windows > Sequencing > Timeline.
3. Select Cube in the Hierarchy.
4. Click on Vertical Ellipsis(Three Vertical Dots) on playable track.
5. Add Signal Emitter > Create Preset of Signal Emitter and Save.
6. Select newly created Preset Asset in the Project Window.
Actual Result:
NullReferenceException occurs.
Expected Result:
The Exception should not occur in the console.
Reproducible in:
2019.3.0a4, 2019.2.0b4, 2019.1.0b9.
Working Fine in:
2019.1.0b8.
Environment:
Windows & Mac.
NOTE: Signal Emitter is introduced in 2019.1.
Stacktrace:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Timeline.Signals.SignalEmitterInspector.GetBoundGameObject (UnityEngine.Timeline.TrackAsset track, UnityEngine.Playables.PlayableDirector associatedDirector) (at E:/Setup/Unity 2019.3.0a4/Editor/Data/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/SignalEmitterInspector.cs:372)
UnityEditor.Timeline.Signals.SignalEmitterInspector.UpdateState () (at E:/Setup/Unity 2019.3.0a4/Editor/Data/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/SignalEmitterInspector.cs:148)
UnityEditor.Timeline.Signals.SignalEmitterInspector.OnEnable () (at E:/Setup/Unity 2019.3.0a4/Editor/Data/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Editor/Signals/SignalEmitterInspector.cs:72)
UnityEditor.Presets.PresetEditor:OnEnable()
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment