Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 519 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 519 Bytes

Unity3DUtilityScripts

Some utility scripts for Unity3D projects

Scripts description

  • Audio Manager: Audio Manager from Brackeys tutorial
    • Sound: Needed for AudioManager.cs
  • MenuManager.cs: Script for manage menu UI and level functions
  • LookAtTarget.cs: For look at a specific target (with Lerp or Slerp functions selectable in editor)
  • Triggerator.cs: Used with Collider objects for trigger some events, like buttons UI onclick. Work in 2D and in 3D as well.