The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
1answer
91 views

Music and SFX Question on Memory Efficiency [closed]

What should I recommend: MP3 or WAV for the SFX? Also, what should I do to handle the memory in music or SFX?
1
vote
1answer
296 views

Why hasn't OBJ been extended to support skinning?

Out of every format I know, the only one that works accross all applications perfectly is OBJ. I think it is an excellent format and I would use it for everything - except it does not support ...
0
votes
2answers
1k views

Should I use GL_GENERATE_MIPMAP_SGIS or GL_GENERATE_MIPMAP?

I'm using Windows 7 and most people in the group of this specific OpenGL project is too, there's only one member on Windows XP. We are all using Visual Studio 2010 though. I don't know if the OpenGL ...
4
votes
3answers
4k views

Can I write plugin/extension to Unity editor?

Is there possiblity to write my own plugin/extension to Unity editor ? I want to write plugin to generate map for me from xml file.
13
votes
5answers
708 views

How to balance a non-symmetric “extension” based game?

Most strategy games have fixed units and possible behaviours. However, think of a game like Magic The Gathering : each card is a set of rules. Regularly, new sets of card types are created. I ...
4
votes
3answers
437 views

Use of classes for lua extensions

I'm asking about a very small domain. One-off extension scripts. IE, defining a new weapon for scorched earth. When providing and API for small extension I've seen two approaches. The API exposes ...