DerekWang

Results 12 comments of DerekWang

I notice that there is build error from CircleCI for this PR. I don't know much about it, please let me know if I could fix some thing to make...

`Renderer#disposeNode: function(root, disposeGeometry, disposeTexture)`. `root`是模型根结点。

Hi @pissang Thanks for your response. Sorry it was incorrect to say the node has been 'transformed by world transform'. According to my understanding, `Node#getBoundingBox` returns a bounding box relative...

Please reference: [why-does-three-js-loader-requires-webserver-only-for-certain-browsers](https://stackoverflow.com/questions/53589902/why-does-three-js-loader-requires-webserver-only-for-certain-browsers) I suppose you try to directly open the HTML file. Moden browser won't load any file from local disk for security considering. You could try to: 1....

> @andreakarasho unfortunately you are wrong. macOS and Windows both support Ctrl, Alt, Shift keys as is, but they treat Meta key differently: on Windows Meta key is Windows (Win)...

Agree. I find it is hard to read message and dialogue on high resolution screen. Especially when the text is in red. I would like to work out a feature...

在小米手机上测试过,没有全屏选项和分辨率选项。@citydream163 如果现在的版本还有这个问题,能否提供一下机器型号。 现在是通过[`Application.isMobilePlatform`](https://docs.unity3d.com/2020.2/Documentation/ScriptReference/Application-isMobilePlatform.html)辨别是否为移动设备。

I encounted one case of `WebSocket protocol error`. It turned out that the server request a `Sec-WebSocket-Protocol` header, but I didn't provide in connecting. Fixed by `websocat ws://[ip]:[port] --protocol [sec-websocket-protocol]`...

Thank you, @ds5678. Could you provide me with some guidance on addressing Arm64 support? I am interested in contributing to it, but I lack knowledge about the system compatibility of...

I built nativefiledialog-extended target to arm64 and linked it to AssetRipper. The file dialog UI leads to error compaing the UI is processed outside main thread: `"NSWindow drag regions should...