Knights’ Game Development Blog
Welcome to the Knights’ Blog of Knowledge! Explore behind-the-scenes stories, expert tips, and the latest trends in game development. Whether you’re a fellow developer or a gaming enthusiast, there’s something here to inspire you and expand your knowledge.
You can switch your Inspector into the debug mode
Custom gizmos with OnDrawGizmos
Use icons to see invisible object on scene
Use decorator drawers to improve inspector view of your scripts
Use Debug.Break() to pause Unity editor from the code
Use unitypackage files to share part of your project
ExecuteInEditMode will run your script in edit mode
SIRBart