For this project, I wanted to explore how to set up a server for Unity. Since I had no prior experience with networking or backend systems, I built my own server to support level sharing and storage.

Development

3D Nonogram

This is my current solo project, a 3D nonogram game where players can create their own levels and share them with others.

The server runs on a Raspberry Pi 5 using Python Flask. To avoid exposing my public IP or relying on port forwarding, I implemented a secure solution with a reverse proxy using ngrok.
This allowed me to host and test the server safely while learning more about server management and Unity integration.

Since this project is still being developed I don’t have a lot to talk about now.

Code Snippet

What I learned