An open API service indexing awesome lists of open source software.

https://github.com/pushkarg01/portfolio

Unity 3D and Blender Projects
https://github.com/pushkarg01/portfolio

Last synced: 3 months ago
JSON representation

Unity 3D and Blender Projects

Awesome Lists containing this project

README

          

# Portfolio Repository

This repo contains my **Unity 3D** and **Blender projects**, descriptions, features, source code, and playable demos.

๐Ÿ“œ [Download Unity Game Developer Resume](Resume/PushkarGupta_UnityDeveloper_Resume.pdf)

๐Ÿ“œ [Download Blender 3D Resume](Resume/PushkarGupta_Blender3D_Resume.pdf)

---

## ๐Ÿ† **Projects**

### ๐Ÿ”— Quick Links

#### ๐ŸŽฎ Unity 3D
- [Endless Runner 3D](#endless-runner)
- [Basic Car Controller](#car-controller)
- [3D Zombie Smasher](#3d-zombie-smasher)

#### ๐ŸŽจ Blender
- [3D Fantasy Sword](#3d-fantasy-sword-model)
- [Digital Numbers Animation](#digital-numbers)
- [Rigid Body Simulation](#rigid-body-simulation)

#### ๐Ÿ•น 2D Projects
- [Pacman Clone](#pac-man-game)
- [Gold Miner 2D](#gold-miner-game)
- [Plane Shooter](#2d-plane-shooter)

#### ๐ŸŒ Multiplayer
- [Tic-Tac-Toe](#tic-tac-toe)

---

## ๐Ÿ“Œ **Project Details**

### ๐ŸŽฎ Unity 3D

#### Endless Runner 3D
- **Description**: 3D Endless Runner is an exciting and fast-paced game where players control a character running endlessly through a dynamically generated environment. The objective is to collect as many coins as possible while avoiding obstacles that slow down the player. Power-ups, like apples, provide special advantages, making the game more engaging and challenging.
- **Features**:
โœ… Endless Running 3D Environment
โœ… Dynamic Obstacles, Coin Collection, Power-Ups (Apple)
โœ… WebGL Build
- **Tech Used**: Unity 3D, C#, WebGL , Animation
- **GitHub Repo**: ๐Ÿ”—[3D Endless Runner](https://github.com/pushkarg01/3D-endless-runner-unity)
- **Screenshots**:








---

#### Basic Car Controller
- **Description**: This Basic Car Controller project in Unity provides a realistic yet simple car physics system. The player can drive cars with smooth acceleration, braking, and handling mechanics, all influenced by Unityโ€™s physics engine. The game also includes a secondary scene with Unityโ€™s terrain system and a road network, offering a diverse driving environment.
- **Features**:
โœ… Wheel Collider & Physics-Based Handling
โœ… Dynamic Camera Follows And Center of Mass Adjustment
โœ… Terrain & Road Network Scene
- **Tech Used**: Unity 3D, C#, Terrain Tool
- **GitHub Repo**: ๐Ÿ”—[Basic Car Controller](https://github.com/pushkarg01/Basic-Car-Controller)
- **Screenshots**:








---

#### 3D Zombie Smasher
- **Description**: 3D Endless Zombie Smasher is a fast-paced WebGL game built in Unity, where players take control of a powerful tank to smash through endless waves of zombies and destroy obstacles using high-impact bullets.
- **Features**:
โœ… Tank-Based Combat
โœ… Endless Waves of Zombies, Obstacles, Smooth shooting mechanics
โœ… WebGL Build & Action-Packed Sound Effects
- **Tech Used**: Unity 3D, C#, WebGL
- **GitHub Repo**: ๐Ÿ”—[3D Zombie Smasher](https://github.com/pushkarg01/zombie-smasher-unity-project)
- **Screenshots**:








---

### ๐ŸŽจ Blender

#### 3D Fantasy Sword
- **Description**: This project features a highly detailed 3D sword model created in Blender, set within a realistic cave environment. The sword is designed with intricate details, realistic materials, and polished textures, making it suitable for games, animations, or cinematic renders. The cave environment has natural rock formations, dynamic lighting, and atmospheric effects.
- **Features**:
โœ… Basic Modeling, Editing, and Animation
โœ… Realistic Materials & Textures
โœ… Dynamic Lighting & Shadows
- **Blender File**: ๐Ÿ”—[Download Model](https://github.com/pushkarg01/3D-fantasy-sword)
- **Demo**:

https://github.com/user-attachments/assets/cd92ef7a-ff85-4513-953f-ce28c0ddfd4d

---

#### Digital Numbers Animation
- **Description**: This project features a high-quality 3D design of digital numbers (0-9) created in Blender, showcasing detailed lighting, realistic materials, and smooth camera animation.
- **Features**:
โœ… Animation 0 to 9 Numbers
โœ… Lighting Material & Camera Animation
- **Blender File**: ๐Ÿ”—[Download Model](https://github.com/pushkarg01/3D-digital-numbers-animation)
- **Demo**:

https://github.com/user-attachments/assets/751d7809-13a1-4b8e-9f67-f6380265e138

---

#### Rigid Body Simulation
- **Description**: This project showcases realistic rigid-body physics in Blender, featuring destructible pillar models. By integrating physics simulations, the project demonstrates interactive destruction where pillars shatter upon impact, offering a captivating visual experience.
- **Features**:
โœ… Realistic Physics Interactions
โœ… Slow-Motion Effects
โœ… Active HDRI
- **Blender File**: ๐Ÿ”—[Download Model](https://github.com/pushkarg01/Blender-rigid-body-simulation)
- **Demo**:

https://github.com/user-attachments/assets/b162e9e2-7396-4d40-a290-ba45de3ec32c

---

### ๐Ÿ•น 2D Projects

#### Pacman Clone
- **Description**: Remake of the classic Pac-Man game, built in Unity using the Tilemap system for efficient level design. Players control Pac-Man as they navigate mazes, collecting pellets and avoiding AI-controlled ghosts. The game features smooth player movement, increasing difficulty, and classic power-ups that allow players to turn the tables and chase the ghosts.
- **Features**:
โœ… Tilemap-Based Level Design
โœ… Pellets & Power-Ups
โœ… AI-Controlled Ghosts
- **Tech Used**: Unity, C#, TileMap Syatem
- **GitHub Repo**: ๐Ÿ”—[Pacman Clone](https://github.com/pushkarg01/2D-pacman-clone)
- **Screenshots**:








---

#### Gold Miner 2D
- **Description**: The Gold Miner game in Unity allows players to control a hook mechanism to catch gold while avoiding rocks. Players aim to catch all the gold within a time limit, making strategic use of the hook's movement. The game features smooth physics-based hook mechanics, intuitive controls, and a timer system that challenges players to complete the task within the given time frame. The goal is to collect as much gold as possible before time runs out.
- **Features**:
โœ… Physics-Based Hook Movement
โœ… Smooth Hook Animation & Scoring System
โœ… Countdown Timer
- **Tech Used**: Unity, C#
- **GitHub Repo**: ๐Ÿ”—[Gold Miner 2D](https://github.com/pushkarg01/gold-miner-2D)
- **Screenshots**:








---

#### Plane Shooter
- **Description**: A 2D plane shooter game developed for Android using Unity. The game offers exciting gameplay, where players control planes, shoot enemies, and dodge incoming attacks.
- **Features**:
โœ… Smooth player controls
โœ… Challenging enemies
โœ… Optimized for Android
- **Tech Used**: Unity, C#, 2D Physics
- **GitHub Repo**: ๐Ÿ”—[Plane Shooter](https://github.com/pushkarg01/Plane-Shooter)
- **Screenshots**:








---

### ๐ŸŒ Multiplayer

#### Tic-Tac-Toe
- **Description**: Real-Time Multiplayer Tic-Tac-Toe is a classic Tic-Tac-Toe game built in Unity using Netcode for GameObjects. In real-time, players can connect over a network and take turns marking Xs and Os on a 3x3 grid. The game ensures smooth synchronization, turn-based logic, and victory detection, making it a fun and competitive experience.
- **Features**:
โœ… Netcode for GameObjects
โœ… Host & Client System
โœ… Win/Loss/Draw Detection
- **Tech Used**: Unity, C#, NetCode for GameObjects
- **GitHub Repo**: ๐Ÿ”—[Multiplayer Tic-Tac-Toe](https://github.com/pushkarg01/tic-tac-toe-multiplayer)
- **Screenshots**:






---

Connect with me:



pushkarg01
https://www.instagram.com/yashhhg3/
https://www.youtube.com/@yashg_3d