Example #1
0
    void Awake()
    {
        world = FindObjectOfType <Partix.World>();
        sv    = GetComponent <Partix.SoftVolume>();

        accel    = Vector3.zero;
        velocity = Vector3.zero;
    }