View all by TheHumbleOnion
Creator
Follow TheHumbleOnion
Follow
Following TheHumbleOnion
Following
Add To Collection
Collection
Comments
Devlog
Duo Shot
←
Return to Duo Shot
Devlog
new update, small improvements
July 04, 2020
by
TheHumbleOnion
Recently I've added a few things: 1. you can pick up body's (they don't trigger other enemies yet) 2. there's a few visual improvements (linear lighting, post processing) 3.There's a red reset cube th...
Continue reading
small update (nothing intresting)
June 27, 2020
by
TheHumbleOnion
just a quick update... i'm going to replace v5 with a new file as i just made some improvements...
Continue reading
you can now kill them!!!
June 26, 2020
by
TheHumbleOnion
I've made a few improvements: wrote a new movement system based of rigid body not character controller. you can now kill enemies. I made the base for level 1 of the game...
Continue reading
ENEMY AI COMPLETE (kind of)
June 04, 2020
by
TheHumbleOnion
#ai_scripts, #early_game
I finally added enemy AI that works like a charm. after 0.5s it will chase after you if not in view for more than 10 seconds they all return to their original position no script changes needed to add...
Continue reading
Made a mini-map
May 27, 2020
by
TheHumbleOnion
Shows the player, enemy and enemy view...
Continue reading
enemy AI good enough to release new update of game
May 24, 2020
by
TheHumbleOnion
Used UnityEngine.AI stuff to create pathfinding for enemy when it spots you. Next Update Plans: The enemy will return to original position when it gives up looking for you. Test level will be made. En...
Continue reading
Enemy AI
May 23, 2020
by
TheHumbleOnion
#update
I am working on enemy AI no movement or attack but it can tell if it can see you or not...
Continue reading