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.
1 parent a6a76c7 commit be5df68Copy full SHA for be5df68
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