FreeLance Graphics & Design
These are a sample of some Basic Scripts
- BrownianMotionSimple
- //private var random : float; //oops I was going to simplify the typing but whatever.
- function FixedUpdate (){
- transform.Translate(Random.value -0.5 / 5 * Time.fixedDeltaTime / 2 , 0, Random.value-0.5 / 5 * Time.fixedDeltaTime / 2) ;
- }