Replies: 2 comments 6 replies
-
I'm not sure on all the side effects that would have, but what you're describing seems correct 👍 The |
Beta Was this translation helpful? Give feedback.
6 replies
-
Looks like all of my concerns as far as scripting are covered by this PR: #5923! 🎉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I understand correctly, because the
id
field ofHandle<T>
is public, if I set that field directly on a strong handle, it would fail to decrement the strong reference count for the previous handle ID, and then the asset previously referenced by the strong handle would never be dropped.Am I understanding that correctly?
Beta Was this translation helpful? Give feedback.
All reactions