DrEight
DrEight
Hello, I'm trying to write a converter from GLB to FBX. Do you have an example on how I can traverse the scene?
Do you have any additional suggestions on how to optimize performance apart from what you wrote in the article?
I've seen that there is a VSCode adapter, but I don't understand how it works and if it works. VSCode apart, is there any ways to attach the old VS...
I'm passing to JS a big c# object using RegisterProxyConverter. I've tried also to to use RegisterStructConverter, but the problem is always the same: the process is slow because, practically...
I notice a performance bottleneck passing to JS a Dictionary of 1000 items. So after a long investigation I found that the culprit is the context switching registering the type....
I would like to understand if a search found some data on the db vector. If the search didn't return anything, I would like to route the search on a...