Level
This is a simple little game to demonstrate the integration of NeoFPS and Blaze AI to create a simple, but effective Shooter.
Follow the steps below. Note the links to the asset store are affiliate links, clicking them helps keep the lights on around here - even if you are not buying now.
- Checkout the repo
- Open it in Unity 2021.3.0f1 or later
- Import NeoFPS - when the NEO FPS Hub pops up you do NOT need to apply the recommended settings
- Import
NeoFPSExtension_Cinemachine
which you can find inAssets/NeoFPS/Extensions
- Import
NeoFPSExtension_InputSystem_V3
which you can find inAssets/NeoFPS/Extensions
- Import Blaze AI
NOTE when the NEO FPS Hub pops up you do NOT need to apply the recommended settings
- Open the scene
_BlazeNeo/Scenes/MainMenu
- Hit Play
- Select Level 1 and shoot stuff... but don't get shot... you know the drill.
You can configure the keys in the setup menu. But the essential defaults are:
WASD - Forward, back, left and right Mouse - Look Left Mouse Button - fire 1-9 - select from inventory Mouse scroll wheel - switch in inventory E - pickup / interact G - drop item in hands Shift - run / walk (toggle) CTRL - crouch SPACE - jump
We welcome your contributions to this demo game created with Blaze AI and NeoFPS. Help us make these assets shine. It would be truly awesome if this got to be so good that one or both publishers could use the game to sell their assets. Lets make it happen so they keep building what we need to make games.
Assets/_BlazeNeo
contains the actual game scenes and assets using only BlazeAI and Neo FPS
Assets/_Dev
not required at runtime - contains some dev scenes used for testing of the AI and game mechanics
There are other folders, but you might as well ignore them as they require additional assets and if not documented are still not usable. That said, feel free to poke around.