GameObject Tag Reference

  • Make sure to create tags called:

    • "ExaminePoint" (Tag for the ExaminePoint gameobject parented to the ExamineCamera)

    • "InspectPoint" (Tag for every single inspect point that exists for an object)

  • Create two layers:

    • ExamineLayer” (Doesn't need to be added to objects- ONLY referenced in code)

    • "InspectPointLayer" (add for every single inspect point)

Last updated