Tagged Questions
6
votes
3answers
668 views
Started game development no idea of computer graphics. Should I learn tools or concepts?
I am in 6th semester of my Computer science bachelor degree program, Working as Intern in a start up company. I started game development using AndEngine, things are going good because I have good hold ...
-1
votes
1answer
212 views
Best cross-platform solution for building 3D toolsets?
I am looking to develop an in-browser game in Unity3D, but I would like to write my builder tools for my project on a more powerful platform.
The assets I am building for the game are not traditional ...
5
votes
5answers
2k views
Non-destructive way to edit alpha channel in Photoshop/Gimp image
Looking to make textures for Unity3d, and I'm stuck at what seems to be a simple stage. My goal is to create an RGBA image, with color information for every pixel, and a separate alpha channel. These ...