so, I tried making an Amoeba enemy, so I started making it so that when the player touches it, they start getting assimilated by the amoeba. However, everything works kinda well until the Assimilation part. I want the player to be absorbed by the Amoeba, so I removed the Amoeba’s rigidbody, but sometimes the Amoeba moves a bit, but it’s fine for now, I can fix it once I figure out how to solve the real problem.
So the real problem is when you break out of the assimilation. I made it so that it is hopefully impossible to break out of assimilation without dashing(Press C) but when you press it, everything works for the 18 frames that the player dashes for, but immedietly after the dash ends, the game crashes. can anyone figure out what goes on?
thanks. I’m unable to see the console so I wasn’t able to see that. my computer doesn’t support Developer tools, so I can’t see the console(I have tried). So I usually need help for these kinds of things
Now I see bugs for other things that I have to fix. But I need a break right now, so I’ll be mostly offline for a while.
ok, for some reason, the amoebas aren’t disabling collisions anymore. I put in more than 3 checks, but they still won’t stop interacting with the player during the time they are assimilating them. What in the world is the cause of this?