October 2017
Intermediate to advanced
548 pages
13h 23m
English
First, let's add the MoveButton prefab to the toolbar.
If you are not using the SimpleIcons package we provided, you can just add a cube with the scale (0.1, 0.1, 0.04) and name it MoveButton.
File: MoveTool.csusing UnityEngine; using HoloToolkit.Unity.InputModule; public class MoveTool : MonoBehaviour, IInputClickHandler { private bool isEditing; private Vector3 originaButtonScale; private BoxCollider collider; private Vector3 ...Read now
Unlock full access