-
What do
|
Beta Was this translation helpful? Give feedback.
Answered by
Doraku
Mar 20, 2023
Replies: 1 comment
-
Hello sorry for the late reply. As you saw the resource manager is separated between two methods:
So by default if you leave OnResourceLoaded, nothing will be set on the entity, it's up to you to set the DMesh where you need it (it could be a component directly, or part of a component like your Material type). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sarund9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello sorry for the late reply. As you saw the resource manager is separated between two methods:
So by default if you leave OnResourceLoaded, nothing will be set on the entity, it's up to you to set the DMesh where you need it (it could be a component directly, or part of a component like your Material type).