AderKonstantin 6ef2b47819 feat: Add custom character controller and update Trooper prefab
This commit introduces a new custom character controller and updates the Trooper prefab with the following changes:

- Add a new `CapsuleColliderCast` script to the custom character controller
- Update the near clip plane of the Trooper's camera to 0.01 for better visibility
- Update the package reference for the custom character controller to use the new package name `com.robotfireopenteam.customcharactercontroller`
- Add a new component to the Trooper's Camera GameObject

These changes are aimed at improving the character controller functionality and visual quality of the Trooper prefab.
2025-05-06 23:09:53 +03:00

24 lines
700 B
JSON

{
"name": "com.robotfireopenteam.customcharactercontroller",
"version": "1.0.0",
"displayName": "Custom Character Controller",
"description": "Open Custom Kinematic Controller for making robots for RobotFire Unity Game",
"unity": "2019.1",
"documentationUrl": "https://robotfire.aderk.tech/docs",
"changelogUrl": "https://robotfire.aderk.tech/changelog.html",
"licensesUrl": "https://robotfire.aderk.tech/licensing.html",
"dependencies": {
},
"keywords": [
"library",
"utility",
"controller"
],
"author": {
"name": "Konstantin Ader",
"email": "dev@aderk.tech",
"url": "https://robotfire.aderk.tech"
}
}