bilter1001 / RenderDocMeshParserForUnity

RenderDoc Mesh Parser For Unity,需要注意的是RenderDoc每次导出的数据都不一样,所以需要对顶点对应的关系进行调整。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RenderDocMeshParserForUnity

使用 RenderDoc 自带的 mesh 转 csv 工具导出 mesh 的 csv,不要做任何修改,然后用代码中生成的 unity 按钮 ("Windsmoon/Tools/Parse Mesh Data"),选中导出的 csv,即可在 Assets 目录下看到 mesh。

Use the mesh converter tool with RenderDoc to export the mesh's CSV without making any modifications. Then use the Unity button generated in the code ("Windsmoon/Tools/Parse Mesh Data"), select the exported CSV, and you can see the mesh in the Assets directory.

About

RenderDoc Mesh Parser For Unity,需要注意的是RenderDoc每次导出的数据都不一样,所以需要对顶点对应的关系进行调整。

License:MIT License


Languages

Language:C# 100.0%