Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.46 KB

File metadata and controls

29 lines (17 loc) · 1.46 KB

NOÉ'S UNITY TOOLS N SHIT

hi! here's a list of the coolest scripts u can just take n use for w/e!

Simple Input Manager

an input manager build upon unity's default Input.GetKey() methods n ur KeyCode enum values! supports rebinding! looks like this!

inspector

there's also a .unitypackage that has examples n comes w a simple ui u can slap into ur settings menu RIGHT HERE!

simple input manager ui


Resolution UI Selector UnityPackage

a .unitypackage with some basic ui for previewing n setting screen resolutions! modfies the player pref values to save the last resolution/fullscreen setting

[click pic to see it working!] ui preview


Screen Shake

a script to handle screen shaking, but can shake anything! can set a static instance so u dont have to keep finding it in the scene every time u need to shake the camera

Push() will push the camera away from its offset

screen shake inspector