Search Unity

Floating Variable Error

Discussion in 'Scripting' started by AzErEuS, Mar 8, 2010.

  1. AzErEuS

    AzErEuS

    Joined:
    Mar 3, 2010
    Posts:
    23
    Hello guys, me again with a scripting error.
    I cant use or add new Floating Variable.


    Code (csharp):
    1. [...]
    2. public float base_inclination = 1.8;
    3. [...]
    4. public float inclination_restore = 0.4;
    Thanks again guys, you´re really helping me with my project.

    Best Regards.

    Damian.
     
  2. AzErEuS

    AzErEuS

    Joined:
    Mar 3, 2010
    Posts:
    23
    Done.. i didne sae the Suffix error.. now its done. Suffix always go at the end. :D thanks anyways.