Adding Unity projects to my portfolio

Hi everyone,

I am a 19 year old student who is currently starting his second year in university and starting to put together his portfolio. I am wanting to add my unity projects/demos to it, how would I go about showing the source code? Would I simply just put the project into my portfolio what is the best way to display a unity demo to a potential employer?

It depends, do you have a link to it somewhere, like somewhere you’ve published it?

Alternatively, if they are just tiny, incomplete snippets, can you adapt them to work as browser games that you can embed on your website?

at the moment ill be using a free hosting such as wordpress or portfolio builder, it hopefully will be complete games to be shown as i want to be a general gameplay developer…

I did the same thing with my first site. I ended up switching to paid hosting once I wanted people to actually see my website, ha ha

What I do for mine is have a link to where the game is published, then a bunch of screenshots and videos of the game and an explaination of what it is. I’ve seen some people do Unity Web deployments of their games, and I’ve even seen on some artist websites for people who double as designer and artist make little web toys in Unity for showing off their 3D models, with little buttons for playing animations and such, it’s pretty cool.

1 Like

You need two things

  • A place where people can play your game. Your own website is good. But something like Kongregate also works well, the ratings speak volumes.
  • A place where people can see your code. I’d suggest a public repo on somewhere like BitBucket or GitHub.
1 Like