-
Notifications
You must be signed in to change notification settings - Fork 439
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
警告メッセージを抑制してほしい #461
Milestone
Comments
obsoleteになっている関数を使っている部分があるようなので、次回修正致します。 |
Merged
残りの |
Assets\VRM\UniVRM\Editor\SkinnedMeshUtility\SkinnedMeshUtility.cs(24,40): warning CS0618: 'PrefabUtility.GetPrefabType(Object)' is obsolete: 'Use GetPrefabAssetType and GetPrefabInstanceStatus to get the full picture about Prefab types.' |
ousttrue
added a commit
to ousttrue/UniVRM
that referenced
this issue
Sep 24, 2020
ousttrue
added a commit
to ousttrue/UniVRM
that referenced
this issue
Sep 29, 2020
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
バグについて
インポート時等に、コンソールなどへ警告メッセージが多数出力されます。
再現方法
https://github.com/vrm-c/UniVRM/releases
期待する動作
コンソールに何も出力されない状態。
スクリーンショット
環境情報
Windows 10
Unity-2019.4.2f1
0.56.1
追加の状況・背景
他で警告メッセージが出ている場合に埋もれてしまうので、意図的でない警告メッセージは出ないようにしていもらいたいです。
The text was updated successfully, but these errors were encountered: