Skip to content

Commit

Permalink
Update README-Unity.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay authored Oct 28, 2021
1 parent d1ce342 commit 51aff24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README-Unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ public class LSLOutput : MonoBehaviour
}


// Update is called once per frame
// FixedUpdate is a good hook for objects that are governed mostly by physics (gravity, momentum).
// Update might be better for objects that are governed by code (stimulus, event).
void FixedUpdate()
{
Vector3 pos = gameObject.transform.position;
Expand Down

0 comments on commit 51aff24

Please sign in to comment.