Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URPサンプルプロジェクトへのインポート時にビルドエラーが出る #1137

Closed
tsujimaru99 opened this issue Aug 8, 2021 · 3 comments
Labels

Comments

@tsujimaru99
Copy link

バグについて

URPのプロジェクトテンプレートにUniVRMをImportするとビルドエラーとなりビルドができません。メッセージは下記の通りです。

Error building Player: Shader error in 'VRM10/MToon10': undeclared identifier 'i' at Assets/VRMShaders/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon_forward_fragment.hlsl(48) (on d3d11)

※上記メッセージはUnity 2019.4.29 × UniVRM 0.79の組み合わせのものです。
※vrmc_materials_mtoon_forward_fragment.hlsl 48行目の記述内容は以下です。

UNITY_APPLY_FOG(i.fogCoord, col); 

再現方法

  1. UnityHubよりプロジェクトテンプレート「URP」を選択してサンプルシーンを生成
  2. unitypackageにてUniVRMをインポート
  3. ビルドする
  4. エラーメッセージ表示

期待する動作

URPでのUniVRMの利用
→プロジェクト側で回避すべき問題であればご指摘ください。

スクリーンショット

bugreport_uniVRM_20210809

環境情報

  • OS: [Windows 10]
  • Unity version: [Unity-2019.4.29 / Unity-2020.3.14f1]
  • UniVRM version: [0.66 / 0.78 / 0.79]

追加の状況・背景

vrmc_materials_mtoon_forward_fragment.hlsl
の該当箇所を見てみましたが、自力での解決が不可能でした・・

@ousttrue ousttrue added the URP label Aug 11, 2021
@ousttrue
Copy link
Contributor

#368

@tsujimaru99
Copy link
Author

ビルドするまでは問題なく動いていたので、UniVRMがURP未対応と気付きませんでした。検索が足らず失礼しました、、

@ousttrue
Copy link
Contributor

まだ無いということを書いておきます・・・🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants