Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Wait, I thought you knew C# and were pushing for it?  :-D

The big showstopper at the moment is: Implement Defold script properties · Issue #1 · RealityStop/DefoldSharp (github.com)


I had added properties, and they showed up in the editor, but it was only when I was monkeying with the War Battles tutorial that I realized that it was only working by chance.  Due to implementation reasons, any changes from the editor or animations weren't actually making it to the running instance.  (In other words, the property was created, and integrated with the editor just fine, but changes to it didn't make it back to the instance).

That's the big thing I know I need to get fixed before I can push farther.

I know C# a bit, but in my day job I use C/C++ the most and I was surely wanting to know about C# possibilities for Defold, because a lot of people would consider it a show stopper,  if Defold do not support C#, so this is why I'm so thankful! :D

Ooooooh.  Gotcha.


I think I have *a* solution to the properties problem, so I can proceed with the tutorial documentation.  It's not the most elegant solution in the world, but that's what the alpha period is for: a chance to use the tool, identify the shortcomings, and improve it for the beta.