Search


Shooting Game Update
I've been really busy these days so I have barely been able to work on this project, but what I have is the numbering aspect of it. Below...
Keshav Batra
May 17, 20241 min read
1 view
0 comments


My first task in a while
I have been really busy in school so I haven't really been working on anything. But here is something very basic and simple to help me...
Keshav Batra
Apr 12, 20241 min read
1 view
0 comments


Enemy Spawner
I have finally got my enemy spawner to actually work. I just had to fix something in the enemy spawner script since it was initially only...
Keshav Batra
Feb 9, 20241 min read
1 view
0 comments


Shooting game enemy
Below here is the movement for my enemy. Its still having a few issues though. Right here is the code for the enemy movement. I have it...
Keshav Batra
Jan 26, 20241 min read
2 views
0 comments


Shooting Game
Here is an updated version of my projectiles being fired instead of the background breaking This link will lead to the the example of...
Keshav Batra
Jan 19, 20241 min read
1 view
0 comments

Shooting Game (WIP)
I am currently working on a project that I took inspiration from those Instagram ads. Below is the code and footage of how the shooting...
Keshav Batra
Jan 12, 20241 min read
1 view
0 comments
SDK Error
So I got some help from someone in a Unity Developer discord, and they told me that the main issue was in the SDK settings and not the...
Keshav Batra
Dec 22, 20233 min read
1 view
0 comments

Possible solution
So, I realized that every time I get that error when I build, the error always shows me --status in the console. I've decided to use this...
Keshav Batra
Dec 15, 20231 min read
2 views
0 comments

Unity Update
One of the solutions for the error in Unity I had tried to accomplish was top try and update the Unity Engine from 2021 to 2022. That...
Keshav Batra
Dec 8, 20231 min read
1 view
0 comments

VR Game Error
I have gotten a paid opportunity where my duty is to try and find out why this VR game is not able to be put onto an android build. I...
Keshav Batra
Nov 17, 20231 min read
1 view
0 comments

Question Game Update
I have been working on quite a few things for this game right here. What you're seeing below is the code for the animation of the NPC(Non...
Keshav Batra
Nov 3, 20231 min read
1 view
0 comments


Questionnaire for c++
How this is working is that if the mouse is clicked and the yes button is pressed, the text will display "I'm sorry to hear that" and if...
Keshav Batra
Oct 27, 20231 min read
2 views
0 comments


Switch on Int
So I've been struggling to figure out how to make the text show more than 2 words. Well I've finally managed to do that using the switch...
Keshav Batra
Oct 20, 20231 min read
2 views
0 comments

Text Generator
So I now finished the text generator for my dialogue based game. I did this by using flip flop, a technique where whenever the mouse is...
Keshav Batra
Sep 29, 20231 min read
2 views
0 comments


Double Jump
I've decided to work on my characters double jump because that way it would look like a more three dimensional character. Essentially...
Keshav Batra
Sep 8, 20231 min read
3 views
0 comments


Teleportation
In this video, whenever I enter the door, I will teleport to a different area This is the code used to make the player teleport from one...
Keshav Batra
Sep 1, 20231 min read
1 view
0 comments


Platform Movement and Door Opening
Below is the end result of the code that was used to make this all happen This photo right here allows the platform I created to move. I...
Keshav Batra
Aug 25, 20231 min read
1 view
0 comments
Minor color and mesh changes
There was not much to work with this week outside of changing the color of the coin and the meshes of the pickups that increase my health...
Keshav Batra
Aug 11, 20231 min read
2 views
0 comments
New coin mesh and coloring
I've decided to add a mesh to my coin by using one that was given to me. I then created a color by creating a new material and using a...
Keshav Batra
Aug 4, 20231 min read
1 view
0 comments
Coin Pickup and Rotation
Now that I've finished my health pickup, I've decided to work on some pickups that add points whenever the player collides with them. For...
Keshav Batra
Jul 28, 20231 min read
4 views
0 comments