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

MToon10Meta.URPUnityShaderNameがObsolete警告を出すのに対応 #2545

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

saturday06
Copy link
Contributor

MToon10Meta.URPUnityShaderNameがObsoleteになり、次のような警告が出ていました。

Assets/VRM10/Runtime/IO/Material/URP/Import/Materials/UrpVrm10MToonMaterialImporter.cs(30,29): warning CS0618: 'MToon10Meta.URPUnityShaderName' is obsolete: 'Use UnityUrpShaderName instead'

Obsoleteになった際のコミットはこちらです: cce076d

代わりに、同内容の推奨されている定数 MToon10Meta.UnityUrpShaderName を使うようにしました。

MToon10Meta.URPUnityShaderNameがObsoleteになり、次のような警告が出ていました。

```
Assets/VRM10/Runtime/IO/Material/URP/Import/Materials/UrpVrm10MToonMaterialImporter.cs(30,29): warning CS0618: 'MToon10Meta.URPUnityShaderName' is obsolete: 'Use UnityUrpShaderName instead'
```

Obsoleteになった際のコミットはこちらです: vrm-c@cce076d

代わりに、同内容の推奨されている定数 MToon10Meta.UnityUrpShaderName を使うようにしました。
Copy link
Contributor

@Santarh Santarh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

3 participants