• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Question - General Can we sell assets and/or code made with GMS 2.3 while still in beta?

gkri

Member
As the title says and I would like an official answer from yoyogames staff, if possible.

Thank you for you time.
 

FrostyCat

Redemption Seeker
Yes, but I wouldn't recommend it while GMS 2.3 is still in flux and only in a limited number of hands.
 

kburkhart84

Firehammer Games
I have one asset I finished(will be for free though), and I'm taking advantage of 2.3 and re-writing another asset, both to use the new features and to simply be better(so I can add some new features to it much more easily). I personally will not be releasing either one of these until 2.3 is officially out of beta. It isn't likely there will be any breaking changes(though there could be). But, there are bugs that will be fixed. For example, you can't directly chain an array accessor [] with a function call () like array[3](); You can store functions in arrays, but there is a bug with the chaining. You can work around it by storing the value in a temp variable and calling the function with that instead. If they fix this bug before release, I can remove my workaround before releasing the asset that uses it, instead of having to release an update so soon(or just leaving it in there). I'm sure there are other bugs and workarounds people are messing with too.
 
Top