Loading a model file at runtime #1355
Answered
by
Eideren
JustAnotherGameDevWasTaken
asked this question in
Q&A
-
is it possible to load models from a folder on disk, without building the models into the project? i'm experimenting with a networking library and i want to have the server send an object to the client that the client then loads, without the client knowing what the object is prior to the connection. is that possible? to start with, i want to know if it's possible to dynamically load an object from disk. |
Beta Was this translation helpful? Give feedback.
Answered by
Eideren
Mar 12, 2022
Replies: 1 comment 2 replies
-
See point 5 in https://doc.stride3d.net/latest/en/manual/scripts/create-a-model-from-code.html#create-a-procedural-model |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ykafia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See point 5 in https://doc.stride3d.net/latest/en/manual/scripts/create-a-model-from-code.html#create-a-procedural-model