查看: 70831|回复: 0
打印 上一主题 下一主题

[其他] Mesh Baker 3.72 修改为Unity5通用版的方法

  [复制链接]

711

主题

10

听众

5805

积分

高级设计师

Rank: 6Rank: 6

纳金币
2954
精华
3

最佳新人 活跃会员 热心会员 灌水之王 突出贡献

跳转到指定楼层
楼主
发表于 2015-6-18 02:08:53 |显示全部楼层 |倒序浏览
1.jpg

Combine meshes and materials to reduce draw calls. Now includes its own texture packer!

Fix models and create atlases so they can share materials (for static/dynamic batching)
Fix scaling, rotation and translation in imported models


* Works with any material and shader
* Full multiple material support
* Combine and customize skinned meshes
* UVs, Normals, Tangents automatically adjusted
* Bakes tiling textures
* Full lightmapping support
* Source assets not touched
* Easy, no scripting, learn in 5 minutes
* Runtime API


在Unity5版本里面修改脚本的内容:

MB_SkinnedMeshSceneController.cs

原来的内容:
worker1.animation.cullingType = AnimationCullingType.AlwaysAnimate; //IMPORTANT
worker1.animation.Play("run");

替换为:
worker1.GetComponent<Animation>().cullingType = AnimationCullingType.AlwaysAnimate; //IMPORTANT
worker1.GetComponent<Animation>().Play("run");


Mesh Baker 3.7.2度盘下载:
游客,如果您要查看本帖隐藏内容请回复

分享到: QQ好友和群QQ好友和群 腾讯微博腾讯微博 腾讯朋友腾讯朋友 微信微信
转播转播0 分享淘帖0 收藏收藏3 支持支持0 反对反对0
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

关闭

站长推荐上一条 /1 下一条

手机版|纳金网 ( 闽ICP备08008928号

GMT+8, 2024-5-8 01:10 , Processed in 0.087916 second(s), 35 queries .

Powered by Discuz!-创意设计 X2.5

© 2008-2019 Narkii Inc.

回顶部