Kichang Kim
Kichang Kim
Hi. Unity 2019.3 now supports low level Mesh API, like vertex data attribute and custom buffer. So user can create F16 format vertex data. I want to know whether UnityMeshSimplifier...
Hi. I'm studying fixed point arithmetic and this FixPointCS is excellent material. My question is, what is `RcpPolyXX` approximate? `1/x` or `1/(x + 1)`? In `Div()` method, it used with...
When using Unity 2021.1.0f1, analyzing log is failed with exceptions like this: ``` System.NullReferenceException: Object reference not set to an instance of an object at UTJ.ProfilerReader.Analyzer.MainThreadCategoryAnalyzeToFile.SetupCategories () [0x00070] in D:\Projects\Unity...
## 環境情報 - UniVRM version: `0.129.1` - Unity version: `Unity-6000.1.6f1` - OS: `Windows 11` ## バグについて - バグの内容 - Enter Play Mode SettingsをReload Scene Onlyにした状態でVRMプレハブをシーンに配置し、EditorのPlay/Stopを繰り返すと毎回`_look_at_origin_`というオブジェクトが生成される - ConsoleLog - スクリーンショット ...
Hi. I used CefGlue WebView on my Avalonia UI project. And trying to implement Ctrl+F (search feature) My UI has WebView control and TextBox (for search) control. And I handle...