Random Generator in Unity 3D

Michael Bradley
7 min readFeb 23, 2021

I’m documenting my experiences with learning Unity 3D game engine. In this article, I’ll be talking about making a “simple” random generator using C#. If you haven’t read my previous article on Learning Unity, you can check it out here.

Warning; this is not a tutorial. This is my journey about learning Unity 3D.

After completing the Asteroids tutorial (I talk about it in my previous article), I wanted to take those learnings and create my own game. Of course, I’d love to do a full blown RPG RTS, but realistically, the time commitment would be…

--

--