/Unity-Tools

Transferrable tools and scripts Noé uses for their games that other people are more than welcome to use in their own games :)

Primary LanguageC#BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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