Inspect Points - Animations

V1.5 (October 2022) now adds an animation example for inspect points and can be setup as below:

  • You can see below that I have added an event which uses Animator.Play. This just means if we add an animator object (As this example, my box lid is animated to open). You can then play the animation when required.

  • I then play some audio from the Scriptable Object

  • Then I disabled the mesh renderer of the inspect point and the box collider we we can't accidentally interact with it again

Last updated