Search found 1 match
- 22 Jan 2021, 15:44
- Forum: General Discussion
- Replies: 1
- Views: 901
VisualTreeHelper thread safety
there is c# project in unity3d i try to make some automation of. is VisualTreeHelper should be threadsafe to use? or should i use it only from unity's main(update) thread/render thread? right now there is native dll crashes sometimes from Noesis.VisualTreeHelper:GetDescendantBounds when ui changes m...