Getting a message that your package has been disabled from the Unity Asset Store is never fun. If it’s something you’ve worked hard on, it…
The intersection of the real & virtual world
Getting a message that your package has been disabled from the Unity Asset Store is never fun. If it’s something you’ve worked hard on, it…
I’ve been working on keeping track of common errors, so I don’t repeat them same mistakes and hopefully you all won’t either! Here are some…
Making a custom editor in Unity is easier than you would expect. Select your Custom Editor Type First, you’ll need to decide what type of…
In general, using the newest version possible is best. Why Use a Newer Version The Unity game engine tends to improve with each release (both…
The Unity Editor API classes are fairly similar, so it’s worth clarifying their use cases. Property Drawer A property drawer is used to create a…
The Unity GUI API classes are fairly similar, so it’s worth clarifying their use cases. GUI vs EditorGUI The difference between GUI and EditorGUI is…