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
Recently, I attempted to inspect an assets folder from a server and came across some interesting points. First, there are certain sprites with firstspriteid and lastspriteid parameters containing decimal values:
I managed to modify the assets editor to cast these values to integers.
However, after addressing this issue, I encountered a new error. It seems there is a missing flag or configuration in the assets that still needs to be addressed.
Anyone have a suggestion how investigate what is this flag or another problem?
The text was updated successfully, but these errors were encountered:
Hello!
Recently, I attempted to inspect an assets folder from a server and came across some interesting points. First, there are certain sprites with firstspriteid and lastspriteid parameters containing decimal values:
I managed to modify the assets editor to cast these values to integers.
However, after addressing this issue, I encountered a new error. It seems there is a missing flag or configuration in the assets that still needs to be addressed.
Anyone have a suggestion how investigate what is this flag or another problem?
The text was updated successfully, but these errors were encountered: