I think I found the issue. Please see the attached project. Try adding & removing “Label” component(s) to the “root” gameobject in the “player” collection and then see what happens.
Desktop game.zip (640.2 KB)
Thx, I can reproduce it here now as well!
Still “http result: -1 socket result: -5”
We’re still working on the SSL handshake upgrade. It will be released in 1.2.162
Please note that this:
function update()
msg.post("@render:", "draw_line", { start_point = vmath.vector3(), end_point = vmath.vector3(100, 100, 0), color = vmath.vector4(1) })
end
also affects (badly) the rendering of the tilemap in 1.2.161.
I have now found the issue, and I am working on a fix.
The bug is related to a miscalcuation on how many render entries the tilemap needs.
A workaround in the meantime is to add one or more empty layers to the tilemap to compensate for that. (Worked in the example you provided)
Its worked, thanks. In my case, 2 and 3 empty layers fixed the issue.
So many nice things came together for this update! Vector division is definitely an unexpected bonus.
We will push a fix to the extension later today or tomorrow. This change uncovered a bug. We need to add/change an include in the extension.
Wow!! 1 draw call for my stupid 128x128 test map!
Fixed. Thanks for the report.
My tilemaps are working but I did have to increase the tilemap.max_count project setting, which I believe is new but doesn’t appear to be documented or in any patch notes (nor tilemap.max_tile_count)
Thanks Connor. We will update the docs today.
Hello guys. I have an issue with Android.
With previous version (1.2.160) my game works well on android, with 1.2.161 it crashes on start.
I have opened an issue on GitHub with more infos:
Please take a look at it.
I answered in the issue you raised. We need some additional info.
Can’t load my level after this release. I just tried to build my project as it was and got an error:
Assertion failed: end - begin <= (intptr_t)render_context->m_RenderListSortIndices.Remaining(), file ..\src\render\render.cpp, line 203
No idea how to use it (I use Editor 2). I’ll wait for fix, just had to be sure that this issue is known