Quantcast
Channel: Answers by "RandomDeveloper"
Browsing latest articles
Browse All 8 View Live

Answer by RandomDeveloper

Maybe like this : //otherscript.js var health : int; var Maxhealth : int = 100; function Start (){ health = Maxhealth; } function Ouch (damage : int){ damage -= health; } //groundscript.js var player :...

View Article



Answer by RandomDeveloper

Dude, I had the same problem. It got really annoying. So I just switched to Unitron. But if you are on windows then i would suggest u use notepad++. Another mac application is TextWrangler. You can...

View Article

Answer by RandomDeveloper

**Mechanim works in a strange way** Once you import something into unity, it's it turns into a "Mechanim" file and thats unity's new way of importing .fbx or .obj or any 3D files. So if you drag a...

View Article

Answer by RandomDeveloper

As Quanturn2 said, you would need to make the camera stay still but all the scenery rotates. First of all you should start with tagging all your scenery as scenery. Then simply do something like this...

View Article
Browsing latest articles
Browse All 8 View Live




Latest Images