Unity GUI.Button & Mouse Events Not Working
Locking the Cursor Disables Button & Mouse Events Unity GUI buttons and mouse events such as OnMouseOver or OnPointerDown have their events disabled when the cursor is set to a …
Read MoreEasy to follow Unity Tips, Tricks and Workarounds!
Simple, easy to read unity beginner guides for new developers!
Learn the basics of creating your own unity game or check out our guides. We have guides showing how to debug common unity issues as well as unity walkthough guides!
We’re always happy to help! If you have any questions about a post just leave a comment and we’ll reply as soon as possible! Try to explain your questions with as much detail as possible when necessary, it’ll make it easier for us to help.
Our unity beginner guides are targeted at helping new unity developers become a unity professional in no time! If you’re already looking for more advanced guides, check out our advanced unity guides or try another category for more unity tips!
Locking the Cursor Disables Button & Mouse Events Unity GUI buttons and mouse events such as OnMouseOver or OnPointerDown have their events disabled when the cursor is set to a …
Read MoreWhat is RenderWithShader used for? Camera.RenderWithShader is a function which allows you to override the rendering of certain objects on a certain camera with a different shader. The main benefit …
Read MoreWhat causes the ‘Look rotation viewing vector is zero’ error? Look rotation viewing vector is zero is an error in unity caused by trying to give Quaternion.LookRotation(..) a vector3 value …
Read More[Physics.PhysX] ConvexHullBuilder: convex hull has more than 255 polygons! – What is this error? Unity logs the convex hull has more than 255 polygons error when trying to generate a …
Read MoreMesh.Bake.PhysX.CollisionData Profiler Spike Causes Unity profiler spikes from Mesh.Bake.PhysX.CollisionData means the mesh for a collision is being baked at runtime! Instead collisions data should be baked in the editor when …
Read MoreThis guide will help you prepare your Unity installation, projects and android device for developing Unity Android Games! Looking for more Unity tips? Check out our other Unity how to …
Read MoreThere’s many ways to move objects in Unity and this guide explains how and when each option is best used. This guide focuses on setting object positions. Rotation and scale …
Read MoreThere are many causes for objects to stutter when being moved in Unity. This guide explains the different options for smooth movement and explains what lerping and deltatime are as …
Read More