

#region Realistic Car Controller Variables Public class RCCVehicleManager : MonoBehaviour I also did not talk about the Animator, so watch the prior video for that piece. I did not elaborate on all the presets I created which include ones for the CameraController, CharacterIK, MoveWithObject, UltimateCharacterLocomotion. Feel free to share suggested updates with code.īelow is a rough How To document for Edy’s but it should be the same process.

I would like to enhance this to allow for passengers, changing seats, and using weapons while in a passenger seat. This integration allows the player to control vehicles and enter/exit smoothly. Otherwise there will be collission issues because RCC has a complex OnCollissionEnter() section which is not necessary in my opinion. NOTE: Edit Project Settings – Physics: Deselect SubCharacter on the RCC line. There may be issues, but this is the current state of where it stands. As I only have the Third Person piece, I do not know how this will work with the First Person piece.

Are you missing an assembly reference?Īssets/Pixel Crushers/LoveHate/Third Party Support/Emerald AI Support/Scripts/EmeraldPlayerLoveHateMember.cs(38,17): error CS0246: The type or namespace name `EmeraldPlayerHealthMonitor' could not be found.Version 1 of Third Person Controller (Ultimate Character Controller) and Bonecracker’s Realistc Car Controlelr Integration. Are you missing an assembly reference?Īssets/Pixel Crushers/LoveHate/Third Party Support/Emerald AI Support/Scripts/EmeraldPlayerLoveHateMember.cs(37,17): error CS0246: The type or namespace name `EmeraldPlayerHealthMonitor' could not be found. Are you missing an assembly reference?Īssets/Pixel Crushers/LoveHate/Third Party Support/Emerald AI Support/Scripts/EmeraldPlayerLoveHateMember.cs(4,21): error CS0234: The type or namespace name `EmeraldAISupport' does not exist in the namespace `PixelCrushers'.

I get these 4 errors in the consoleĪssets/Pixel Crushers/LoveHate/Third Party Support/Emerald AI Support/Scripts/EmeraldAILoveHateMember.cs(4,21): error CS0234: The type or namespace name `EmeraldAISupport' does not exist in the namespace `PixelCrushers'. Hey guys, I just picked up Emerald AI and the Emerald AI integration isn't compiling on a fresh install.
