Threading #68
Closed
richardbogad
started this conversation in
Ideas
Replies: 1 comment
-
After some more code inspection & reading, I found out that initializing with Mesh is not necessary. |
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
-
The MeshSimplifier is great.
However, by using Unity 'Mesh' instances, all the calculations are restricted to the main thread.
If there were Mesh wrapper classes, we could run the code where it belongs - dedicated calculation threads.
Beta Was this translation helpful? Give feedback.
All reactions