Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

colpolstudios

12
Posts
7
Followers
4
Following
A member registered Jun 01, 2016 · View creator page →

Creator of

Recent community posts

(1 edit)

Some minor fixes: Unity v2022.3.60f1

vThirdPersonCamera.CameraMovement(bool) is declared as public, so your override must also be public (you can’t override it as protected).

// this is too restrictive:

protected override void CameraMovement(bool forceUpdate = false)

{

    …

}

change to

// must match the base class's public accessibility:

public override void CameraMovement(bool forceUpdate = false)

{

    …

}

Animator controller fixes:

Add "limitMovement" type Bool.

Add "Jump" type Bool.

Add "RotationMagnitude" type Float.

Add "InputDirection" type Float. 

In the vMeleeController_ParkourTPC uncheck the vThirdPersonCamera and check the ThirdPersonCameraWithCinemachine.

The only remaining error:  "Setting a linear velocity of a kinematic body is not supported."

I'm sorry to hear that you are having difficulty with the demo.

I appreciate that it's a very raw Demo with lots of flaws.

I learned a lot from the attempt of creating the demo without any help, so I'm pleased with a playable demo.

If you're not enjoying the demo I will remove it.

Fantastic work, however, Wwise is a bit expensive. I would be very interested if you could recreate the youtube video and all the sounds, but without using Wwise.

The quality of this model is insane.

Love it