Ikpil
Ikpil
Or could the following code be helpful? I haven’t tried it myself, so it might not be accurate. - https://github.com/ikpil/UniRecast/issues/6
 In the sample, it works fine. Could it be a bug? If it is a bug, what should I focus on to fix it?
If I understand correctly, the following code for Copy(), Load(), and Save() should be helpful: - DynamicUpdateSampleTool.Copy(), Load(), Save() - There is code for importing a tile mesh into a...
https://github.com/erincatto/box2d/blob/3a4f0da8374af61293a03021c9a0b3ebcfe67948/samples/sample_collision.cpp#L222 ```cpp if ( ImGui::Checkbox( "draw simplex", &m_drawSimplex ) ) { m_simplexIndex = 0; } if ( m_drawSimplex ) { ImGui::SliderInt( "index", &m_simplexIndex, 0, m_simplexCount - 1 ); m_simplexIndex =...
93850af - [upstream] 1bf2ff4 - Changed bmin/bmax from float[] to RcVec2f for improved memory efficiency and readability 

I'm sorry for the delayed response; I'm not a full-time open source developer, so I appreciate your patience. Could you try uninstalling and then reinstalling the UniRecast package? It should...
@emrys90 thank you!! fix!!