Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: hjupter on May 30, 2013, 05:26:19 AM
-
UI Damage is a simple easy to use damage manager based on NGUI.
Asset Store Link (https://www.assetstore.unity3d.com/#/content/8797)
Web Player Demo (http://www.ninjutsugames.com/unityassets/uidamage/)
Features:
- Damage indicators: display sprites with the direction of the attack
- Screen flash: display a screen flash effect when your player gets hit and make it stay if your player is dying
- Camera shake: display a camera shake effect when your player gets hit.
(https://dl.dropboxusercontent.com/u/15430660/uidamage/01.PNG)
(https://dl.dropboxusercontent.com/u/15430660/uidamage/02.PNG)
(https://dl.dropboxusercontent.com/u/15430660/uidamage/03.PNG)
(https://dl.dropboxusercontent.com/u/15430660/uidamage/04.PNG)
-
I could not find it in asset store~~~
-
I could not find it in asset store~~~
Won't be on the asset store, apparently the asset its too basic to be there. You can get it on the link above via paypal or if you are interested I'm going to add it to my minimap asset here: https://www.assetstore.unity3d.com/#/content/8339 (https://www.assetstore.unity3d.com/#/content/8339)
-
Won't be on the asset store, apparently the asset its too basic to be there. You can get it on the link above via paypal or if you are interested I'm going to add it to my minimap asset here: https://www.assetstore.unity3d.com/#/content/8339 (https://www.assetstore.unity3d.com/#/content/8339)
Of course, I'm very insterested in this damage function, I've bought the minimap system, it's better that you can add it into minimap. Beg!
Thanks ;)
-
Of course, I'm very insterested in this damage function, I've bought the minimap system, it's better that you can add it into minimap. Beg!
Thanks ;)
The asset has been finally accepted on the store the price is $10 here is the link
https://www.assetstore.unity3d.com/#/content/8797 (http://"https://www.assetstore.unity3d.com/#/content/8797")
-
New version has been released
1.1.0
- NEW: Unity 3.5.7 support.
- NEW: Modified UIDamageManager to use static methods instead.
- NEW: Screen flash widget can now be assigned from the editor and is now separated from the UIDamageManager prefab
- FIX: Camera can now be shaked without requiring a gameObject parent.
- FIX: OnDamage method now use Vector3 instead of transform UIDamageManager.OnDamage(attackPosition);
- FIX: Fixed some bugs with editor
- FIX: Updated READ ME documentation.
-
New version with NGUI 3.x support: https://www.assetstore.unity3d.com/#/content/8797
1.2.0
- NEW: NGUI 3.0 support. There is an NGUI 2.7.0 version compatible packed inside.
- NEW: Added "SetMinScreenAlpha" method to make it easier to fade out the screen splash according to your player's health.
Check out the Regenerate Method on the UnitHealth.cs : UIDamageManager.SetMinScreenAlpha(1 - (health / maxHealth));