Skip to main content

Questions tagged [extension]

Filter by
Sorted by
Tagged with
0 votes
1 answer
629 views

I'm working on building an extension to MultiplayerPeer for Godot, using GDExtension. As is my custom, even if I don't end up pushing it to the final product, I always start with a Nullary Pattern ...
Michael Macha's user avatar
0 votes
0 answers
139 views

How can I modify the GUI of a default Unity window? E.g. I am trying to modify the Animation window. Here is what I am trying to do for the beginning: ...
some1 here's user avatar
0 votes
1 answer
111 views

How can I see whether my sprite is .png or .jpg in the Inspector view or some place alike in Unity? Here is an example of me ...
Yaroslav's user avatar
  • 771
3 votes
2 answers
812 views

I'm fairly new to XNA (only a week into C# and XNA at this point) but I have been developing games for a while now, and the program I used did not require any/many external files in creating an ...
BlackAfricano's user avatar
4 votes
2 answers
6k views

So I'm writing my texture class in my opengl game, I get to the part where I would normally set GL_TEXTURE_MAX_ANISOTROPY_EXT, and I'm shocked to discover that it's undefined! This exact same ...
Haydn's user avatar
  • 43
-2 votes
1 answer
410 views

What should I recommend: MP3 or WAV for the SFX? Also, what should I do to handle the memory in music or SFX?
Tredecies Nocturne's user avatar
3 votes
1 answer
2k views

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 skinning....
user avatar
0 votes
2 answers
4k views

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 ...
rfgamaral's user avatar
  • 476
7 votes
3 answers
9k views

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.
piotrek's user avatar
  • 1,388
16 votes
5 answers
1k views

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 ...
Klaim's user avatar
  • 2,624
4 votes
3 answers
645 views

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 ...
deft_code's user avatar
  • 7,642