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...