Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
2018.1.0a6
Issue ID
974049
Regression
No
[Vuforia] NullReferenceException is thrown in console when changing Image Target's Type field
To reproduce:
1. Open project, found in owncloud https://oc.unity3d.com/index.php/s/0CQo6c7fvCZsb3Z
2. In Hierarchy window, select image target
3. In Inspector window, ImageTargetBehaviour component, keep changing Type field's values
4. Observe the console
Expected: nothing is printed out
Actual: NullReferenceException errors being thrown (check .gif attached)
Reproduced in: 2017.2.0p4, 2017.3.0f1, 2018.1.0a7
Note1: in some 2018 releases error appears: Vuforia.TrackableBehaviour.Status' does not contain a definition for `NO_POSE'
Note2: full error:
"NullReferenceException: Object reference not set to an instance of an object
Vuforia.EditorClasses.SerializedDataSetTrackable.set_AutoSetOccluderFromTargetSize (Boolean value)
Vuforia.EditorClasses.ImageTargetEditor.OnInspectorGUI ()
UnityEditor.InspectorWindow.DrawEditor (UnityEditor.Editor[] editors, Int32 editorIndex, Boolean rebuildOptimizedGUIBlock, System.Boolean& showImportedObjectBarNext, UnityEngine.Rect& importedObjectBarRect) (at C:/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:1299)
UnityEditor.PopupCallbackInfo:SetEnumValueDelegate(Object, String[], Int32)"
Comments (1)
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
- Animator state transition preview clips are flickering when zooming in
- [Tile Palette] Sprites not rendering when brush tool "Paint a filled box with active brush" is used for the first time
- Adding available Nodes with longer names in Fragment Context window overflow Fragment Context window in Shader Graph
- Longer Shader Graph Property Reference names breaks VFX Graph Output Particle Node
- "DebugAllocatorMode" option changes when changed in another Editor instance
juvelezm
Aug 21, 2019 16:47
It could be pretty interesting for all of us that have the same kind of errors, to know how was solved this, please reply with the solution applied...