'StateObject' type missing upon 2.3.5 update (StateManager.cs)

brl0000

New member
Just updated from 2.3 to 2.3.5, and am now seeing the following compiler error:

Code:
Assets\Opsive\Shared\StateSystem\StateManager.cs(523,27): error CS0246: The type or namespace name 'StateObject' could not be found (are you missing a using directive or an assembly reference?)

Anyone else get this upon upgrading?
 
Saw Justin's reply on a similar thread. Needed to remove the Ultimate Character Controller subfolder under the Opsive folder before updating. Solved, thanks!
 
Last edited:
Top