We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Mārtiņš Možeiko
The debugger should never crash, regardless of bugs or problems with your code. The point of debug…
»
Ted Bendixson
Wow thanks so much for your thoughts And I totally agree, not having many art assets this early on…
»
Jon
Hi all Absolutely lovin' working through the series, however I seem to have hit a point early on t…
»
Jason
Okay, so I have code that seems to be outputting the correct perspective look for 6 vertices that …
»
»
Simon Anciaux
The game idea looks interesting. There are a few things that seems weird. I know it's not a finish…
»
Ben
The last month or so of Nirion's development has been mainly focused on fixing obvious bugs and im…
»
Ted Bendixson
Truly, I owe this community more than I could ever possibly repay. I've spent years searching for…
»
Arnon
This: The discord server recently just exploded with interest, mostly thanks to this video:
»
Arnon
This: The discord server recently just exploded with interest, mostly thanks to this video:
»
Simon Anciaux
It's been a long time so I might be wrong. I'm using the code from day 009 (copied below) assuming…
»
Guntha
It's possible 7-zip helps in my case, I've pretty much never used Windows Explorer's zip capabilit…
»
Mārtiņš Možeiko
Executables produced by Unity are not signed. I doubt they want or even are allowed to do that, as…
»
ppbitb
Thank you Edwin, I'll be sure to try this.
»
Edwin Steiner
Hello! I had the same problem and the solution in my case was to turn off incremental linking and …
»
Rafael Abreu
That is a good question. I'm wondering if a unity game's exe is signed by unity? If that is the ca…
»
ppbitb
Hi there. First a bit of an introduction as I am new to the community. I have been a jack-of-all-t…
»
kewp
Several things confused me about the audio code. I couldn't find answers to this anywhere. It's ma…
»
Guntha
Hello there, I'm sorry if I'm asking a stupid question, I've never dealt with executable certifica…
»
Rafael Abreu
Ah... too bad then. Those are expensive! I guess i'll be looking at it down the line. Thanks.
»
Rémy Roy
Good to know. Thanks for the quick reply!
»
Mārtiņš Možeiko
That is normal behavior of Windows applications. Moving/resizing window stops executing main messa…
»
Rémy Roy
Hi, I've just noticed that I'm getting sound clicks on Window move/resize after completing Day 12 …
»
Tjom2000
Muchas gracias! You've sent me in the right direction. Msvc requires the following linker flags: …
»
C_Worm
thanks! you're the best!
»
Mārtiņš Možeiko
I think you are simply overwriting your color memory in UpdateAndDrawGLSubBuffer function when you…
»
Mārtiņš Možeiko
The best you can do is to buy signing certificate and sign executables with your name or your comp…
»
Ray
Yeap, that's the answer, bounds should be manually recalculated by the user.
»
Ray
Actually hidding the console could be done just with a compilation parameter, in case of GCC it is…
»
Ray
Yes, that's it. You can use GetTextureData(texture) to get the Texture as Image and GetImageData()…
»