Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Simple roll a ball script error?

Discussion in 'Scripting' started by fupppe, Oct 24, 2014.

  1. fupppe

    fupppe

    Joined:
    Oct 24, 2014
    Posts:
    2
    Console doesn't pop up with any errors but my ball wont simply roll.
     

    Attached Files:

  2. Diablo404

    Diablo404

    Joined:
    Mar 15, 2013
    Posts:
    136
    I don't know if it is the exact script that you have, but if it is, the problem is

    void fixedupdate ()

    should be replaced with FixedUpdate()

    ( It is case sensitive )
     
  3. fupppe

    fupppe

    Joined:
    Oct 24, 2014
    Posts:
    2