Take screenshot of an editorWindow, and get pixel color under mouse position
See how to take a screenshot of an EditorWindow with a simple button press, to quickly share the gameView or the profiler for exemple to your teammate.In Bonus, you can recreate the ColorPicker of unity using this function by getting a simgle pixel at the mouse position.
Easy Multi-Scene Editing, load scene groups in editor or runtime in a single clic
This tool allows you to quickly load a group of scenes in unity. This method works in editor, but can also be used for gamePlay. Easy to setup with drag & drop. It will keep track of gameObjects between scenesUltra Fast Selection of gameObjects Hidden behind others
This tool allows you to quickly select the gameObject you want from a simple clic and a scroll wheelRotate a point around another from any axis, without any transforms using Matrix
Rotate a point around another in 3d space is not so easy if we want to handle any axis, without gimble lock.The goal of this function is to use pure math, without any Transform whatsoever. Not just for the beauty of it, but mainly because sometime we want to calculate this kind of stuff without having to use, or generate empty gameObjects