Recent content by robinhood751

  1. R

    Puppet Master & Final IK issue.

    The ArgumentNullException gets fixed if you change your Motor update location to update instead of fixed update in Ultimate character locomotion.
  2. R

    Where is the grid index stored?

    I'm trying to make a shelf that visually contains the items in the shelf's inventory. How do I get the grid index so I can change the shelf appearance depending on where the object is stored in the grid?
  3. R

    Incontrol value cannot be null

    Thanks for the advice, it worked when i changed the string to Opsive.Shared.Integrations.InControl.SampleBindings
  4. R

    Incontrol value cannot be null

    using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class testscript : MonoBehaviour { // Start is called before the first frame update void Start() {...
  5. R

    Incontrol value cannot be null

    I'm having trouble integrating TPC and Incontrol in 2019.4.20f1 I was having problems in my main game and wanted to see if the same would happen in an empty project, and they did. After opening an empty project, installing TPC and Incontrol. I opened the demo scene in TPC. Removed Unity...
Top