youvsvirus / youvsvirus-unity

Unity version of the you vs virus game.
GNU General Public License v3.0
1 stars 1 forks source link

Supermarket: NPCs dont move #121

Open holke opened 4 years ago

holke commented 4 years ago

Some of the NPCs (propably the bridge ones) do not move in the supermarket level. This happens on the master branch, so after the supermarket level was merged...

maccxs commented 4 years ago

Hi @holke

I looked into it and I guess it must be the pathfinding project hat is not found. I think, when you install packages via unity, they are stored in the manifest.json but since I downloaded from here https://www.arongranberg.com/astar/download, this did not happen. I did not really find out how to fix this globally. A local fix would be that you install it, of course. But I am not sure about the cleanest way to do this. Maybe @FredyHennig knows the answer?

@holke Or did you already install it and i am completely on the wrong track? What I want to say: Even when I clone the repository in another folder, everything works fine for me.

Margrit

holke commented 4 years ago

This may be the problem.

I did not install any extra unity packages.

maccxs commented 4 years ago

Will you install it and I write something for the README? Would be good to include it in the package manager automatically, but maybe we could go for a quicker fix at the moment?

holke commented 4 years ago

That sounds like a plan. I will update you when it works.

holke commented 4 years ago

mhmmm, I installed it from the link you send me. But i also already had a folder AstarPathfindingProject in my Unity project, which got updated now. However, the package does not seem to work for me. I think we need to discuss this in a call.

holke commented 4 years ago

I tested the game on my private workstation yesterday. Without installing an extra package, the supermarket level worked fine. So maybe i just messed up the installation on my notebook...