Ishaan35 / Unity3D-Mario-Kart-Racing-Game

https://www.youtube.com/watch?v=s_nEniWLLgo. This is a 3D Mario kart game created with the unity game engine with C#. Kart racer supports items, anti-gravity mode, computer players, underwater mode, and real-time shadows and lighting.
210 stars 80 forks source link

Problems #11

Closed tgvdufuture closed 1 year ago

tgvdufuture commented 1 year ago

Hey, I got a problem. The game works but the other players (ai) are not with the player and the turn control system does not work, how can I fix this?

Ishaan35 commented 1 year ago

What version of Unity are you using?

On Tue, Aug 8, 2023 at 5:03 AM tgvdufuture @.***> wrote:

Hey, I got a problem. The game works but the other players (ai) are not with the player and the turn control system does not work, how can I fix this?

— Reply to this email directly, view it on GitHub https://github.com/Ishaan35/Unity3D-Mario-Kart-Racing-Game/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANXPPPOCF4DGELTK5BRNN3TXUH6GBANCNFSM6AAAAAA3IETGPA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

tgvdufuture commented 1 year ago

I'm using version 2021.1.3f1 and have downloaded it from google drive.

tgvdufuture commented 1 year ago

I looked and in fact the other players (ai) are actually under the map but they don't follow the course.

Ishaan35 commented 1 year ago

Which version of the game did you download? Is it the version from my latest youtube video? Just asking as I have never heard of this specific issue before and I myself am unsure what is happening.

On Tue, Aug 8, 2023 at 12:41 PM tgvdufuture @.***> wrote:

I looked and in fact the other players (ai) are actually under the map but they don't follow the course.

— Reply to this email directly, view it on GitHub https://github.com/Ishaan35/Unity3D-Mario-Kart-Racing-Game/issues/11#issuecomment-1669961433, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANXPPPNZASHURMSVWAYNSEDXUJT5FANCNFSM6AAAAAA3IETGPA . You are receiving this because you commented.Message ID: @.***>

Ishaan35 commented 1 year ago

Try checking the path game objects in the scene, and see if they are following the track. They should be different colored line segments. If you are on the Waterpark track I haven't implemented any computer player track movements yet. The other tracks should work fine.

On Tue, Aug 8, 2023 at 12:41 PM tgvdufuture @.***> wrote:

I looked and in fact the other players (ai) are actually under the map but they don't follow the course.

— Reply to this email directly, view it on GitHub https://github.com/Ishaan35/Unity3D-Mario-Kart-Racing-Game/issues/11#issuecomment-1669961433, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANXPPPNZASHURMSVWAYNSEDXUJT5FANCNFSM6AAAAAA3IETGPA . You are receiving this because you commented.Message ID: @.***>

tgvdufuture commented 1 year ago

Yes, that's the problem. How can I change scenes when I can't find the files ?

Ishaan35 commented 1 year ago

The files are in the game 100%. Unless you downloaded the source code from github directly, everything should be there. The full project is in the google drive link under my latest YouTube video.

On Thu, Aug 10, 2023 at 5:01 AM tgvdufuture @.***> wrote:

Yes, that's the problem. How can I change scenes when I can't find the files ?

— Reply to this email directly, view it on GitHub https://github.com/Ishaan35/Unity3D-Mario-Kart-Racing-Game/issues/11#issuecomment-1672836249, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANXPPPKEIREOXJOL2OOJIIDXUSPPFANCNFSM6AAAAAA3IETGPA . You are receiving this because you commented.Message ID: @.***>

tgvdufuture commented 1 year ago

Ok thanks !