You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exporting to an existing CSV file will now replace it instead of over-writing the contents. (LOC-1105). (LOC-1105)
Fixed an issue when comparing locales in the player. We now do a check against the locale contents as well as the reference. (LOC-1098)
Fixed an issue where a table handle could become invalid and still be used. We now reload when this occurs. (LOC-1098)
Removed initialization during preloaded assets phase. This was causing freezing issues when trying to load bundles before any scenes had been loaded. (ADDR-3664)
Removed the ability to add a folder to an asset table. This is unsupported. (LOC-1107)
Resolved issues with renaming entries when pulling data from a Google Sheet, particularly in cases where the ID between entries had been swapped. (LOC-909)