Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: hjupter on May 30, 2013, 05:26:19 AM

Title: [Released] NJG UIDamage
Post 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)
Title: Re: NJG UIDamage
Post by: lacusclyne on May 30, 2013, 11:05:47 AM
I could not find it in asset store~~~
Title: Re: NJG UIDamage
Post by: hjupter on May 30, 2013, 03:31:27 PM
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)
Title: Re: NJG UIDamage
Post by: lacusclyne on June 01, 2013, 11:08:54 AM
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 ;)
Title: Re: NJG UIDamage
Post by: hjupter on July 03, 2013, 05:18:13 PM
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")
Title: Re: [Released] NJG UIDamage
Post by: hjupter on September 13, 2013, 07:47:32 PM
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.
Title: Re: [Released] NJG UIDamage
Post by: hjupter on October 10, 2013, 12:14:18 AM
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));