1. How to enable Unity’s XR in runtime
2. Fix “Failed to set DeveloperMode on Start.” error
Category: Tips
Material Property Blocks
A better way to manipulate material properties
Suppressing Warnings in Unity
Annoyed by useless warnings in Unity? Check this out!
Colored Inspector Fields
Highlight unassigned inspector fields with different colors
Editing Script Templates
Annoyed by the default “New Script” template in Unity? Check out this trick!
UI Manager
A simple pattern to manage the UI in a Unity project
Resource Manager and Object Pooling
A simple pattern for resource management and object pooling
Quick Tip for Constants
Here is a really quick and useful tip: use a static class for your constants!
Inspector Lock Toggle
A shortcut to lock the inspector window
A Better GetComponent() Method
An extension for the GetComponent