Search Unity

Need help please

Discussion in 'Works In Progress - Archive' started by Mooncow, Feb 29, 2012.

  1. Mooncow

    Mooncow

    Joined:
    Feb 29, 2012
    Posts:
    6
    Ok so i am having a few issues.
    I bought 2 things so far. The first was the $5 WoW character movement script. The second is the adventurer 3d model with animations. The problem is this, i attach the movement script to the adventurer prefab, bring in the scripted camera and click play. The camera then does not follow the adventurer, and he falls straight through the terrain and disapears lol. What is this noob doing wrong?
     
  2. kingcharizard

    kingcharizard

    Joined:
    Jun 30, 2011
    Posts:
    1,137
    first thing your doing wrong is posting in the wrong section, second if the player has a mesh collider I dont think it can collide with the terrian collider you'll need to use cube collider or capsule collider and fit it to your model, and about the camera problem you need to make sure the camera you want to follow is set in the inspector(Assuming the variable is a public one), if not you'll have to go into the script and set it up manually