We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fad4bd + be5df68 commit e1e36b2Copy full SHA for e1e36b2
Assets/MixedRealityToolkit-SDK/Features/Input/GazeProvider.cs
@@ -272,7 +272,7 @@ private void Start()
272
{
273
if (cursorPrefab != null)
274
275
- var cursorObj = Instantiate(cursorPrefab);
+ var cursorObj = Instantiate(cursorPrefab, transform.parent);
276
GazePointer.BaseCursor = cursorObj.GetComponent<IMixedRealityCursor>();
277
Debug.Assert(GazePointer.BaseCursor != null, "Failed to load cursor");
278
GazePointer.BaseCursor.Pointer = GazePointer;
0 commit comments