Project-Haku
Project-Haku copied to clipboard
无法正常的运作:缺少必要的脚本组件或DLL
老实说,有幸在github发现这么优良的项目,实在是我的荣幸(笑),但是它一些必要的组件是缺失的,包括一些开发者独有的脚本,这让我无法继续查看。 我希望能够获取到完整版本的项目,这可以让我看到你们的全过程,我正在学习如何在Unity里面导入MMD,这将是以学习为目的一次请求,我希望能够获得你们的帮助。 敬上。
您好:
謝謝你的支持。
不過部分的原始碼是使用別人的插件,也有一些是模型或是貼圖的資源,所以我可能也沒辦法通通直接放GitHub。
如果有需要的話,我可以另外列出我使用到的插件,不過模型的來源因為比較複雜,可能會有點難通通都找到原始來源。
謝謝您。
我希望大大能够补齐一些插件,贴图什么的我可以简单寻找替代品,我只是想把程序跑起来,看一下一些光照部分和动作相关的部分,思考一下能不能帮助到我当前的困境,其余不会做出违背版权的事情,希望作者大大能够帮忙补完一下。
感激不尽。
您好:
主要還是卡在插件的 license 不允許我放上來這點, 所以我真的沒有辦法放上來, 不過我可以列出我有用到的插件
以下是有用到的插件:
- MMD4Mecanim
- MKGlow
- BreathController
- Head Look Controller
- HeadLookControllerHelper
- MeleeWeaponTrail
- MMD4MecanimJitter
- Realistic Effects Pack
- Unity Chan Stage
- Vive Starter (from https://www.raywenderlich.com/792-htc-vive-tutorial-for-unity)
- VRSampleScenes
- Japanese Otaku City
下面這個不是必要的
- BasicVRHands
另外, 因為專案的有個部份為了要串接Arduino 做摸頭的效果, 為了要讓他運行必須要修改.net 版本成 2.0。不過VR部份運行不會用到他, 可以直接把有編譯錯誤的 code 刪掉就可以了
光照的部份我主要是用 GI 貼圖的方式 + 一盞動態的 directional light, 不過光的角度跟 GI 設定則是慢慢調 調到喜歡的感覺。人物部份有另外用一盞 directional light 單獨照他, 來做到卡通的效果。
還有,我發現 github 上的圖片有點舊了, 後來我是修改成比較暗, 但是也比較真實點
OLD
NEW
希望有幫到您。
I tried running the project in Unity 5.5.2f1 Personal (64bit)
and added the follow assets from the Asset Store:
- SteamVR
- Unity Standard Assets
But I still get the following errors in my console that prevent me from playing (running on Windows 10):
VR: OpenVR Error! OpenVR failed initialization with error code VRInitError_Init_PathRegistryNotFound: "Installation path could not be located (110)"!
Assets/Standard Assets/CrossPlatformInput/Scripts/MobileControlRig.cs(13,23): error CS0234: The type or namespace name `Build' does not exist in the namespace `UnityEditor'. Are you missing an assembly reference?
Assets/Standard Assets/Utility/PlatformSpecificContent.cs(15,23): error CS0234: The type or namespace name `Build' does not exist in the namespace `UnityEditor'. Are you missing an assembly reference?
Assets/Standard Assets/Characters/ThirdPersonCharacter/Scripts/AICharacterControl.cs(11,16): error CS0246: The type or namespace name `ThirdPersonCharacter' could not be found. Are you missing an assembly reference?
Any suggestions on how I can fix this? Thank you.
Also if possible could you please upload the built binary files for the game such as for Windows? Because it has been hard to figure out how to run the game in Unity editor without the dependencies.
Hi, sorry for the late reply.
It should doing fine with Unity 5.5.2f1, so I guess the error is due to updated package, it may need to port to new version of package again.
Yes, I may upload the binary version, since it may not conflict with the model/package resource licenses.
here's the link.