What do you think of this banner I made?

Please note I am not in the least bit artistic. :slight_smile:

Well… Programmer Art!

Picture blured, and of bad quality ( star in the background ).
Bad colour.
Keep the code, and put it on a grey backgroud with a little gradient, it will be better.

So what your saying is this is better?

Also I need something to add in the top right corner, I was thinking the Unity logo but I think thats copyrighted…

This one looks even cooler, but I think I made it too blurry…

You’ve got to make the code look good. Here is what I don’t like about it:

  • Variable names are in PascalCase instead of camelCase.
  • No spaces after for, closing parentheses, or semicolons.
  • There’s no point in declaring X and Z outside of the loops.
  • AddComponent with a string as a parameter is slow. Use the generic version of GetComponent for type safety, as well.
  • There’s no need for braces on the outer for loop.
  • The code in the inner for loop is not indented.
  • You’re calling .transform a whole lot. Block (which should be named block) should probably be a Transform.

I would make it so the ‘MEDSOUZ’ logo isn’t right on the border of the image. Give it some space to breath, maybe about half a cm or so.
I would also do the same thing for the scripting text.

the code made me cringe. lol :slight_smile:

Yeh thats my crappy unorganized code, I only made that so I could have something to put in as a coding part.

I think I’m gonna keep the last one, the code was purely for looks and wasn’t meant to be optimized. Also, I like PascalCase. :smile: