-
**Task (REQUIRED):**
The encryption key is stored in ArchiveBuilder.java. Make it configurable and move it to a GitHub secret (and rotate it)
**Expected outcome (REQUIRED):**
The encryption key s…
-
**Describe the bug + How to Reproduce**
I like to develop games with Defold with the following settings:
![image](https://user-images.githubusercontent.com/193258/137756184-fea5b2d8-1f99-4b86-9559-c…
-
I was unsure of posting this here or in https://github.com/defold/extension-spine because I don't know if this is an issue with the extension or with Defold. Please let me know if I should post this i…
-
### Expected behaviour
I clicked on an object in my game that's worked before...
### Actual behaviour
Runtime failed
### Steps to reproduce
Specific game so unable to reproduce -- will cont…
-
When dealing with transforms that only contain position, orientation and possibly scale many operations can be performed more efficiently than using a general purpose matrix.
A while ago I experime…
-
Optionally also attach two images GameScore-hero.[png|jpg] (max 2400x666) and GameScore-thumb.[png|jpg] (max 580x380).
{
"name": "GameScore",
"description": "GameScore is the GameScore SDK …
-
When I try to open a game object or create a new game object, the engine crashes and returns this error:
```
(java:10595): Gdk-WARNING **: 23:34:44.746: XSetErrorHandler() called with a GDK error …
-
Many compile languages can't have a concept "top-level" code (all the code must be in functions)... so there is no opportunity to perform start-ups tasks... having to do a manual check in `TIC` isn't …
-
**Describe the bug (REQUIRED)**
When i try to run a built project, either through the editor or from console, there is a JVM crash. I'm experiencing this issue on my new linux laptop. On the old one…
-
**Task (REQUIRED):**
Sometimes SDKs use more than 1024 FD, if the engine a game use API that uses `select()` under the hood at the same time, than the game crashes.
The engine uses `select()`…