- Home /
Health Tutorial broken link to script
Im following this tutorial on youtube: http://lyasstudio.wordpress.com/2011/03/02/unity3d-health-system/ very helpful tutorial. Unfortunnately the video quality is bad. The maker has put 2 links on his website to the scripts. But the link to second script Damage.js is broken. Anyone followed this tutorial and still got the script? I contacted the maker but he didn't respond. Very frustrating if you can not finish a tutorial.
Hope you guys can help!
I don't know that I would vote the question down, but Danny is absolutely right - the folks here and the folks at Unity can't help with a video someone else posted on YouTube.
The probable reason you got voted down is that you didn't read the "about" page for this site. UnityAnswers is for technical questions about the Unity editor and player.
"Unity Answers is a site provided by Unity for use by the community. It is a place to ask specific questions that have specific answers. The forum is a better place to post discussions and non-technical questions."
If you want I have a great health script that has a GUI on it (10 textures)?
Answer by pudd1nG · Apr 27, 2012 at 01:50 AM
There are hundreds of damage / health script examples around. I will link the most obvious http://unity3d.com/support/resources/tutorials/fpstutorial
I'm sure you can find lots more on google.
Answer by maartenn-87 · Apr 27, 2012 at 10:13 AM
FelipeDaSilva yes I would realy like to see your script. Thanks pudd1ng for pointing me to this link.
Answer by maartenn-87 · Apr 27, 2012 at 10:13 AM
FelipeDaSilva yes I would realy like to see your script. Thanks pudd1ng for pointing me to this link.
Answer by BigBlob · Apr 28, 2012 at 05:27 PM
@Maartenn-87 ---------- First Download Package
Instructions:
Place the health script on the player
Select the GUI from the package
Then rename it to g_Health
Place some where you would like (set the offsets to 0)
Then place the Enemy AI script on any object with rigidbody and a collider
Set the Enemy's target
Then go back to your player > script called Player and set the right values (The game over one is last)
If you need any more help - respond
Felipe
Your answer
Follow this Question
Related Questions
a Script for Enemy HP 1 Answer
My health decreases to fast. 1 Answer
Why won't my death function work? 1 Answer
Help with dammage script 3 Answers
How to link this 2 variables from 2 different scripts / gameobjects? 1 Answer