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
If a CsdProject with more than one SceneNode present under Root, it somehow saves something incorrectly that causes it to throw a "Attempted to read outside of stream" exception when reading CsdPackage.
Here is an example of such file, ui_playscreen.yncp is the one that works, and the copy is the same file but saved through SharpNeedle. SharpneedleYNCPIssue.zip
If it can be of any help, I'm doing this to save the file: WorkProject.Write(workProjectPath);
The text was updated successfully, but these errors were encountered:
If a CsdProject with more than one SceneNode present under Root, it somehow saves something incorrectly that causes it to throw a "Attempted to read outside of stream" exception when reading CsdPackage.
Here is an example of such file, ui_playscreen.yncp is the one that works, and the copy is the same file but saved through SharpNeedle.
SharpneedleYNCPIssue.zip
If it can be of any help, I'm doing this to save the file:
WorkProject.Write(workProjectPath);
The text was updated successfully, but these errors were encountered: