Quantcast
Browsing all 24 articles
Browse latest View live

Rotating an Image around Z-Axis (2D)

I have a 2D game, and I have an Image on a Canvas. I read the online docs, and read a few help posts on this topic, but I must admit to being confused as to why something that should be trivial eludes...

View Article


Animating UI Transforms in Unity 4.6

I think I am beginning to understand this problem, after reading some similar questions, but they were old. So, I'm asking again to see if there's an updated answer based on v4.6, or perhaps v5.0 has...

View Article


RigidBody2D Performance with AddForce on WakeUp

I recently explored using RigidBody2D.AddForce to move my sprites around on the screen, instead of translating the gameobjects directly in FixedUpdate. When the user pauses my game, I was saving the...

View Article

How to know which Collider fires Trigger event

I have an object hierarchy with multiple coliders, and the parent has a rigidbody on it. I have learned now that each collider will cascade it's collision messages up the hierarchy to the first...

View Article
Browsing all 24 articles
Browse latest View live