Defold 1.12.3 BETA

Thank you :grinning_face: :+1:

1 Like

After yesterday’s update, if I launch the game with cmd+B and then close it, the game window freezes.

1 Like

Thanks for the report!
Do you know when was the last time you updated before that?
Which OS?

EDIT: I can reproduce it locally as well… We’re on it!

EDIT 2: A PR is soon landing.

EDIT 3: The Pr is now building on CI, expect a new release within the hour.

2 Likes

I don’t have any freezing issues on my PC.

INFO:GRAPHICS: Installed graphics device 'ADAPTER_FAMILY_OPENGL'
INFO:ENGINE: Defold Engine 1.12.3 (1ed058d)
2 Likes
  • FIX: (#12070) Added support to choose Vulkan api version from game.project (by JCash)

Added a new note about it being possible to choose the Vulkan API version from game.project:

This is a really a welcome addition and a great release overall!

I was wondering if there is in the plan to create also a quick jump to symbol in the current file using something like the file open dialog, with a fuzzy finder search.

I like working with big script/lua files and not having to leave the keyboard to jump to a function would be a great time saver (and also reduce my rsi)

6 Likes

Likely you are aware: an external editor with ctags will do this.

We have a Go To Definition key binding which uses LSP for navigation. I would imagine that some kind of fuzzy search for definitions would be relatively easy to implement. Go ahead and create a feature request on GH!

3 Likes

Something stopped opening projects after the last update. Everything is still working in the stable. Mac M1/Tahoe 26.3.1

2 Likes

Sorry for that, the fix on it’s way (building now)

1 Like

The Beta build should detect new update now

There was an issue in the editor around Custom Resources not being rebuilt (issue 12126). A fix has been merged and will reach the beta update channel shortly.

6 Likes