Testare
Testare
Created a PR #7951 for this bugfix without the breaking changes
@alice-i-cecile Updated PR description =]
Awww, thanks =]
I've been getting this error as well
A little more information about the error on my end (to help with debugging): First of all, my error isn't occurring for `DenseAssetStorage::insert` specifically, or rather not for that specific...
I don't suppose any progress has been made on this issue?
Is this PR still live? I've put out a PR in the same space, also dealing with `MapEntities` (#7570). It basically makes sure that when a scene is loaded/reloaded, that...
If you can find all places where there is an entity ID in the scene file, you can add 2^32 to the number (4294967296) or "10000000000" if you want to...
Also while we're updating the migration guide, the migration guide entry for updating the serialization of `Name` component seems to be incorrect.
I've also come across this issue. In my case, I was trying to render images in the terminal as part of a terminal game, but the game would freeze when...