Hello Everyone,
Unforunitly when I transfer material locally the Id doesn’t change and I don’t know why. Please I need help.
Hello Everyone,
Unforunitly when I transfer material locally the Id doesn’t change and I don’t know why. Please I need help.
The way we compute IDs for objects is deterministic, meaning that given the same input data, it will always return the same ID, but will return a different ID as soon as any of the data within it changes.
So if the object is unchanged, you’ll always get the same ID as a result.
Hope this makes sense!