Namespace after updgrade to newest version and 2019.1

RedHawk

Member
Can't figure out how to fix this. Please advise. It can't seem to find the ThirdPersonController namespace.

Aim.cs line 37
private ThirdPersonController.Character.Abilities.Items.ItemPullback m_ItemPullback;

ItemBuilder.cs line 484
public static void RemoveThirdPersonObject(ThirdPersonController.Items.ThirdPersonPerspectiveItem thirdPersonVisibleItem);
 
Last edited:
So I don't know the proper way to do this, but I ended up just deleting ALL the folders from Opsive that had any scripts in them, AND then entire ThirdPerson folder (can't remember the name of it). Then I reimported TPC.

From there I had to change some of my script references since some of the internal variables changed (now I use m_DetectedObject instead of m_DetectedTriggerObject).
 
What version did you update from? In the past few updates there have been some structural changes and assembly definition additions so reimporting was correct.
 
I think it was version 2.0.7. i was waiting for a big update so that I could try my car integration again.
 
Top