8
votes
17answers
931 views
Where can I find music or sound effects for my games?
Where can I find music or sound effects for my games?
0
votes
1answer
6 views
Access a static var included on one script from another one
Hi,
I have a script to control the movement of an elevator. On this script I have a private var that controls the speed - elevSpeed.
I want to be able to control this variable us …
0
votes
2answers
23 views
Python PostprocessBuildPlayer script for Windows
Hi,
I'm looking into setting up a build counter, and one of the ways that I have seen to do this is to write a Python script that runs after you build the player. What I'm wonderin …
0
votes
1answer
18 views
Add an object to Array
hi i want to know how i can add an gameobject to a Array
when the gameObject is created i want to have a command that add the object to a spesific array in another Script file
an …
0
votes
0answers
3 views
Exporting terrain splatMap
I'm trying to figure out if there is a way to export/(save to image file) The splatAlphas/splatMaps from the Terrain.Asset files. I do not need to import it back into unity, just n …
0
votes
1answer
8 views
disabling bones and meshes when not in frustrum
Can i turn off parts of a single object when they are outside of the frustrum ?
Suppose i have this one giant object, with 20k polys in order to get only one draw call (similar to …
0
votes
1answer
38 views
How to Make AI Car
can ne boy tell me how to make an AI car follow a Waypoint Path..
I have been roaming aroung and found a tutorial
link:
http://www.gotow.net/andrew/blog/?page_id=78
But the thing …
1
vote
2answers
77 views
how to spawn and destroy
Okay I have another question to ask, and this is when the player approaches a part in the level for a section of it to load.
I want to keep all of it together in one whole level …
1
vote
1answer
23 views
rotation object: Animation VS Skinned Mesh
What is more efficient to animate the rotation of an object or to skin the object and animate the bone ?
0
votes
1answer
50 views
Does Unity Wii publishing support any form of native Wii plugin?
Does the Unity Wii publishing capability support some form of native Wii plugins similar to Windows DLL plugins in Unity Pro, or must all Wii work be done using Unity's built in sc …
0
votes
1answer
18 views
How to move an npc?
Hello,
how to move an npc with an walk animation (Maye a good documentation with tutorial and examples)
-to a specific position
-random position
-with waypoint
Ive found http:// …
0
votes
0answers
2 views
Unable to edit or delete animation event added to imported animation
I have added a animation event to a animation that was imported from Maya, but i am unable to add any function to the Animation event or delete it. If i create a animation within u …
1
vote
3answers
44 views
Users Stats not coloring Accepted Answers in the Questions List
I think the title is pretty self explanatory.
Go to your User Stats clicking the name on the top. If you don't have enough questions with accepted and unaccepted answers (like my …
1
vote
2answers
58 views
unitySteer + path for racing AI
Hello all,
I have a game that is using "canyon racer" scenario. Essentially vehicles are racing through valleys to get to checkpoints. After a player has reached all the checkpoi …
0
votes
1answer
7 views
Draw a line via script and make a solid with it..
Hello everybody!
I'd like to know how to draw lines via script to make a solid figure, for example a cube, a triangle or a circle. After this I'd like to "extrude" the shape and gi …