Currently, UIDs are currently an increasing integer: "nextUid": 3343,
This is very problematic when it comes to multiple people working in the file together.
Come up with a way to allow for generated UID numbers that are less prone to causing issues.
Currently, UIDs are currently an increasing integer:
"nextUid": 3343,This is very problematic when it comes to multiple people working in the file together.
Come up with a way to allow for generated UID numbers that are less prone to causing issues.