- Home /
Im new at Unity
ive been using blender for the past few years so im new at unity so i have a few questions.
1.can you use particle systems in the games? 2. im kinda new at scripting i can do stuff like simple movment scripts but with other stuff im inferior. So can some one send me an example of a collision script to collide with some random property or mesh and delete the object
Answer by DaveA · Oct 26, 2010 at 10:49 PM
Google this: unity3d particle systems
Google this: unity3d collision script
RTFM this: http://unity3d.com/support/documentation/Components/comp-ParticlesGroup.html and http://unity3d.com/support/documentation/ScriptReference/Collider.html
Your answer
Follow this Question
Related Questions
GUI animated menus 2 Answers
Player Attribute Script 1 Answer
Nexus S, accelerometer. 2 Answers
Translate code from C# to Javascript 1 Answer
How to optimize this script and add items imediately without grids 0 Answers