|
Most likely a dull question, but my line of code does not seem to want to work.
I know the If statement works are the commented out line links to another if statement and it will turn an emitter on. Any thoughts or suggestions to weather i should stick to this or move to another way of giving force?
(comments are locked)
|
|
straight from the docs: "If you want to apply a force over several frames you should apply it inside FixedUpdate instead of Update." perhaps it is adding the force, but the force is too small to see. Aye the force needs to be extremely high to actually get it to look good, i had it set at 50 before, and that caused me to ask this question as it did nothing, i changed it to fixed updated aswel, did nothing. So i changed the force to 500 and i can see something happening now, CRASY NUMBERS FTW, thanks btw
Apr 28 '11 at 01:31 PM
Matthew Dennis
(comments are locked)
|
