Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notes about when UniqueId is included or not #18

Open
tapple opened this issue Jan 10, 2024 · 1 comment
Open

Notes about when UniqueId is included or not #18

tapple opened this issue Jan 10, 2024 · 1 comment
Labels
bug Spec disagrees with implemntation cat: formats

Comments

@tapple
Copy link

tapple commented Jan 10, 2024

regarding UniqueId, the binary format doc says "If encoding while not in Place mode, properties of this type should be skipped."

However, this doesn't seem to be exactly what Roblox Studio does:

  • right click instance > Save to file...: UniqueId's are skipped
  • right click instance > Publish to roblox, then download from https://assetdelivery.roblox.com/docs: UniqueId's are not skipped

So far, I have only tested this with Instances of class KeyframeSequence. I also haven't yet examined full place saves, or publishes (my WIP python library can't handle anything except KeyframeSequences yet)

@Anaminus Anaminus added cat: formats bug Spec disagrees with implemntation labels Feb 11, 2024
@Windows81
Copy link

Windows81 commented May 31, 2024

I think that the file format doesn't hold an actual standard for UniqueIds because they'll be unique any way you import them.

My guess is that if you're importing a model, UniqueIds would be skipped anyway since new UniqueIds need to take their place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Spec disagrees with implemntation cat: formats
Projects
None yet
Development

No branches or pull requests

3 participants