Hi,
I am making a ball drop game and using NGUI for everything. I know NGUI is for UI not full games, but the game is simple enough (aside from the physics) that just using NGUI made sense (and I've used NGUI for full game sin the past and it's worked great).
Since the UIRoot is scaled to be very tiny (I assume this is the main issue) the ball (UISprite with a rigidbody) drops and bounces very quickly, changing friction and bounciness makes either little or huge difference, I cannot get it to move the way I need to. I've been trying everything for days now to get it to drop properly and I'm out of ideas. I need to get this working ASAP, and I don't know what to do anymore.
Anyone able to provide any help ?
Is there some combination of UIRoot and Camera settings that will provide better results ?