Input and Joystick Tester (Unity 3D – Multiplatform)
Ever needed to find out what button or stick mapped to what button in the inputs in Unity 3D? Well this little project will help, should run on…
Read MoreEver needed to find out what button or stick mapped to what button in the inputs in Unity 3D? Well this little project will help, should run on…
Read MoreAuto Save Scene Editor Script Ever made lots of edits to your scene, then started play mode, only to have Unity hang because of some bad code you…
Read MoreThe Unity UI system is a great thing, but with canvas’s, canvas scalers, child objects with Rect Transforms that also scale and then sizeDelta’s! Things can get a…
Read MoreThe referenced script on this Behaviour (Game Object) is missing! Note: This is based on a script found on the old Unity Wiki page here, I just updated…
Read MoreUI Text components are quite a useful thing, here are some tips: Need to resize the bounds to match your massive text? /// <summary> /// Resize a Text area…
Read MoreThis is an updated version of my last Unity 3D Tips post, some new tips and gotchas added to the list. Autosave Script See the previous post here. A…
Read MoreSome more Unity 3D tricks and tips for you nice folk. Did You Edit Scene Objects Whilst in Play Mode? Everyone tells you when you edit scene objects in…
Read MoreUnity 3D has been officially supporting the new Apple TV and tvOS since December 2015. Here I’m planning to list anything helpful like gotchas, this page will get…
Read More
You must be logged in to post a comment.