Problem replicating the Hello Collision tutorial

Hi,



I’m working my way through the beginner tutorials to become familiar with JME3, and I’m stuck on the Hello Collision tutorial. I’m using the latest JME3 SDK, which I downloaded a couple of days ago and am running on a mac. For some reason several of the imports are causing problems and I can’t work out why! These two lines are the culprits:



import com.jme3.bullet.control.CharacterControl;

import com.jme3.bullet.control.RigidBodyControl;



Have some changes been made since the tutorial was written??



Thanks



Adam

Either update to latest nightly or use the tutorials that ship with alpha-3, consult the Manual (F1) for both.