An immersive 3D industrial walkthrough experience developed by Ankith C R. This project allows users to explore a detailed industrial environment directly in their web browser using Unity's WebGL technology.
In this game, players can explore the facility and search for hidden coins scattered throughout the area.
| Landing Page | Game Scene |
|---|---|
![]() |
![]() |
- Interactive Exploration: Smooth navigation through the industrial facility.
- Coin Collection: Search for and collect hidden coins throughout the environment.
- High-Fidelity Graphics: Optimized 3D assets for a realistic web experience.
- Cross-Platform: Runs on any modern web browser (Chrome, Firefox, Edge, Safari).
- PWA Support: Includes a manifest and service worker for offline capabilities and installation.
- Engine: Unity
- Platform: WebGL
- Languages: C# (Unity), JavaScript, HTML5, CSS3
- Deployment: Optimized for web hosting
- Clone this repository:
git clone https://github.com/ankithcrgowda/Industry-Walkthrough.git
- Navigate to the project directory.
- Since this is a WebGL build, you need a local server to run it (due to CORS and WebAssembly restrictions). You can use:
- VS Code: Install "Live Server" extension and click "Go Live".
- Python: Run
python -m http.serverin the directory. - Node.js: Run
npx serve.
/Build: Contains the compiled WebAssembly and data files./TemplateData: UI assets for the loading screen and icons.index.html: The entry point for the WebGL player.ServiceWorker.js: Handles caching for offline support.
Ankith C R
- GitHub: @ankithcrgowda
*Developed with ❤️ using Unity.*

