Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
在 ResourceViewer场景里, 新增了一个 把所有 mv3 导出为通用的 Fbx 的按钮.

点之后选择一个路径, 会把所有的 mv3导出为 fbx . 因为每个 mv3都会导出, 时间会比较长
导出的 fbx包含了 mv3所有的顶点动画.

用 blender 打开,可以看到 所有顶点动画关键帧,
都被记录在 了 BlendShape 的 Shape Key 里.
在 blender 里 能比较方便的 播放
20240818-122820.mp4
这种 Fbx 可以直接被 unity 引擎使用.

Unity 引擎导入这种 Fbx 之后, 会自带 BlendShape 控制器 ,
动态控制 这些就能在 unity里直接播动画
https://github.com/user-attachments/assets/dfb59d22-7d3f-4565-a65c-0c73b09fe1db
目的还是用于方便二创. (比如不依赖游戏原始文件,直接用fbx+贴图就可以用其他游戏引擎做开发. 或者在DCC里做动画)
不强求 merge, 看你觉得是不是需要~