Search


Using a raycast to make an object disappear
Below is the code that I used to make this disappear Ray DisappearRay = new Ray(cam.transform.position, cam.transform.forward); if...
Keshav Batra
Dec 17, 20211 min read
1 view
0 comments


Door Animation
So I was actually able to get the door animation working only when I'm looking at it and I'm pressing E. This was initially a challenge...
Keshav Batra
Dec 10, 20211 min read
3 views
0 comments


Drawer Clip
So after weeks of trying to figure it out, I finally got my drawer to open and close on command. What I had to do was make sure that the...
Keshav Batra
Dec 3, 20211 min read
2 views
0 comments

My Code Logic
So I'm basically trying to use this code to make it to where I can only have a message appear when I'm in a certain area and pressing a...
Keshav Batra
Nov 19, 20211 min read
3 views
0 comments


Level Design
I'm finally finished with my new level design and have made all the objects solid. I also implemented some of the mechanics like the...
Keshav Batra
Nov 12, 20211 min read
4 views
0 comments


FPS new environment
Now I'm currently taking a break from doing challenges and working on a new level. I wanted this one to look super different from the one...
Keshav Batra
Oct 22, 20211 min read
3 views
0 comments


Looping Challenges
The next thing I'm currently learning about is how to manage loops. The loop that I decided to use for this particular project is the...
Keshav Batra
Oct 15, 20211 min read
2 views
0 comments


Debugging Challenges
These are actually my last debugging challenges for this week. The first one had me moving a cube and having it increase and decrease in...
Keshav Batra
Oct 8, 20211 min read
2 views
0 comments


Debug Challenge: Color Changing
My task this time was to try and debug the code and to get the pillars to change colors. I found out that my on trigger enter had the...
Keshav Batra
Oct 1, 20211 min read
3 views
0 comments
Commenting on Coding
Jump Scare public class JumpTrigger : MonoBehaviour { public AudioSource ScreamObject; public GameObject Player; public GameObject...
Keshav Batra
Sep 23, 20217 min read
1 view
0 comments

Zombie Movement Diagram
So what I did for this diagram was I made 3 separate flowcharts and meshed them together. I started with the patrolling, then I did the...
Keshav Batra
Sep 17, 20211 min read
1 view
0 comments

Enemy Spawn Diagram
So I basically used the logic from my zombie spawning in my first person zombie game. I don't have any code yet because I still need to...
Keshav Batra
Sep 10, 20211 min read
3 views
0 comments

Health Pickup and Player Movement Diagram to code
So now that my diagrams are done, I'm now able to convert them to code. I use the diagram for reference so that I'm able to program them....
Keshav Batra
Sep 3, 20211 min read
2 views
0 comments

Main Menu Flow Chart
This one took a lot of time to try and do. I had referenced the menu from the last of us and had to put in every single function which...
Keshav Batra
Aug 27, 20211 min read
6 views
0 comments

First Person Zombie Shooter Demo Finally Complete and some flowcharts
After months of working super hard, I finally got this project complete. It's only a prototype because I might expand the levels and in...
Keshav Batra
Aug 20, 20211 min read
12 views
0 comments


FPS Zombie Shooter Final Update
After a lot of hard work, I'm finally getting ready to publish my demo onto itch.io. I'm just making few last optimizations before I...
Keshav Batra
Jul 30, 20211 min read
3 views
0 comments

FPS update and Level Design
So now that I've completely finished up my coding for the moment, I'm now moving onto level design. I fixed a little glitch having to do...
Keshav Batra
Jul 23, 20211 min read
3 views
0 comments


Game Update and Main Menu
So I actually got many things done this week. I added some blood particles whenever I shoot the zombies, put in some sound effects for...
Keshav Batra
Jul 16, 20211 min read
3 views
0 comments

Zombie First Person Shooter Update
So I've actually accomplished a lot this week and I'm super happy. The first thing I did was I polished my gameplay by adding a new and...
Keshav Batra
Jul 8, 20211 min read
13 views
0 comments


First Person Shooter Update
So after a long and hard week of trying to figure out how to get the waves working, I finally did it and I added some texts to let me...
Keshav Batra
Jul 1, 20211 min read
4 views
0 comments