Recent content by shredingskin

  1. S

    Realistic Car Controller integration bugs

    Hello, I've been looking at the integration script, and the problem is that the way the script is enabling/disabling car controlling is being done by just deactivating the script. Here's how I changed the script to make it work better: namespace...
  2. S

    Adventure Creator (and DontDestroyOnLoad characters)

    Hello, I'm using UCC with adventure creator, I'm switching characters on runtime (while also letting AC instantiating them from a prefab). I am assigning the character to the camera using controlCam = FindObjectOfType<CameraController>(); controlCam.Character =...
  3. S

    UCC and Unity 2020.1

    Just to follow up https://issuetracker.unity3d.com/issues/inspector-not-displaying-state-and-transition-properties-once-duplicated It's this problem that appears as solved, but isn't, the workaround they provide is "you can open the Animation Controller externally (via a text editor) and change...
  4. S

    UCC and Unity 2020.1

    The asset is working on 2020.1.0b13 but I get this warning Found a duplicate curve binding in Controller "ThirdPersonControllerDemo" with the name "LegIndex". This may result in unexpected behaviour. UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&) Which at the same times makes it...
  5. S

    Problem setting up melee weapons

    Many thanks, what I needed to do was putting the MeleeCharacterIKPreset and change the name to the Item in the Item set. Problem solved !
  6. S

    Problem setting up melee weapons

    Seems like the problem only happens when I attach the Melee collider to the weapon properties. Not sure what I'm doing wrong.
  7. S

    Problem setting up melee weapons

    I have a problem that when the player is facing the camera the melee animations start to glitch out. Any idea what can be the problem ? Using Unity 2018.2.5 and UTPC 2.1.8 Thanks.
  8. S

    Integration Requests

    Adventure Creator is a top request for me.
Top