💀Crawl System

Here, you will learn how to use the crawl system!

Crawling System

  1. Make sure you did the things above.

  2. Now the Crawling System is ready to work, but to trigger crawling, one of the Legs of the animal should dismember. To do this please read the NEXT PAGE's crawling part!

  • Also, you can trigger the crawl system by code too! I recommend this if you want to manually enable crawling or if your ZOMBIE doesn't meet the DISMEMBER system requirements.

You can call it like:

//Random Class

public UniversalAIZombieSystem MyZombie;

public void GoCrawl()
{
  MyZombie.CrawlState(); //And your zombie will play the fall animation and go
                         //to the crawl state!
}
Here is how your zombie should look, example!

Last updated

Was this helpful?