#So the Rival Character Controller is Depreciated?
1 messages · Page 1 of 1 (latest)
its' not
Google isn't showing an alternate way to get it and I am not seeing it in the Unity Registry.
They didn't, it's renamed to character controller, it's in the package manager description of the deprecated rival dots character asset. I'm not at home currently, but I use the new one for my game, and it works with .47.
This package now exists as an official unity package, available through the Package Manager. The package name is "com.unity.charactercontroller", and can be added using the "Add package by name" option in the Package Manager window (requires Unity 2022.2.6 and above).
And there are docs with the package you can link in the package manager
Thank you very much
More details here: https://forum.unity.com/threads/experimental-character-controller-package-now-available-formerly-known-as-rival.1408435/
I'll try to see if there's a way to put that info on the deprecated store page
I'm going through Rival DOTS Character Controller.
I'm following Rival DOTS tutorial from their github repo.
I'm stuck on "Tutorial - Ignore Collisions Tag"
I followed both the steps. After saving the code I got an error, saying,"Assets\Samples\Character Controller\1.0.0-exp.5\Standard Characters\ThirdPerson\Scripts\ThirdPersonCharacterAspect.cs(166,42): error CS0117: 'KinematicCharacterUtilities' does not contain a definition for 'IsHitCollidableOrCharacter'".
img_1
In their github repo, the code is this.
img_2
I look into KinematicCharacterUtilities class, there is no function named IsHitCollidableOrCharacter.
img_3
The datatype of parameter doesn't match to the any parameters of the methods.
If anyone knows how to fix this, please reply. I'm new to DOTS ECS.
Thanks in advance.
I'm using Rival Character Controller v1.0.0-exp.5