Giter VIP home page Giter VIP logo

masszombies's Introduction

MassZombies

Being developed using Unreal Engine 5.2 to learn MASS

5000(at startup) Zombies moving towards player car while avoiding each other and getting run over.

Zombies :

  • They have a single animation made with AnimToTexture plugin.
  • Their UV Channel 0 is overrided by AnimToTexture plugin(mesh problem) :( so they look a bit off when you close in on them.
  • All of the meshes are Static Mesh Instance.
  • They avoid eachother while moving towards player.

Zombie Killing :

  • (Not Used) Killing Them With Collision :
    • To do this i had to use actors and that cut down fps by half.
    • Also you have to tinker with LOD too much to get even a okay result.
  • Killing Them With UKismetMathLibrary::IsPointInBox
    • UKillZombiesInAreaProcessor checks every frame for overlaps.
    • Allowed me to use Static Mesh Instance in all Zombies.
    • Its a hardcoded box.

Performance :

  • Fps is 25-30 in startup and goes up when killing zombies.
  • I have a good gaming pc(3060ti 5600x) so 30fps is not fantastic.
  • It could be way better probably. I will try to improve over time

Showcase

Click image to go to youtube. Video

masszombies's People

Contributors

stopthem avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.