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

Unity 2021からVRM10.Tests.PlayModeアセンブリのスクリプト不存在警告が出るようになったのに対応 #2091

Merged

Conversation

saturday06
Copy link
Contributor

Unity 2021から、次のようなVRM10.Tests.PlayModeアセンブリにスクリプトが含まれないという趣旨の警告が出ていました。

Assembly for Assembly Definition File 'Assets/VRM10/Tests.PlayMode/VRM10.Tests.PlayMode.asmdef' will not be compiled, because it has no scripts associated with it.

ダミーのテストを追加する対応も検討したのですが、メンテナンス対象のソースは少ない方が良いと思うのでアセンブリを削除することで対応しました。

Unity 2021から、次のようなVRM10.Tests.PlayModeアセンブリにスクリプトが含まれないという趣旨の警告が出ていました。

```
Assembly for Assembly Definition File 'Assets/VRM10/Tests.PlayMode/VRM10.Tests.PlayMode.asmdef' will not be compiled, because it has no scripts associated with it.
```

ダミーのテストを追加する対応も検討したのですが、メンテナンス対象のソースは少ない方が良いと思うのでアセンブリを削除することで対応しました。
@vrm-github-bot
Copy link
Collaborator

Can one of the admins verify this patch?

Copy link
Contributor

@ousttrue ousttrue left a comment

Choose a reason for hiding this comment

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

👍

@ousttrue ousttrue merged commit 58a3ea5 into vrm-c:master Jun 22, 2023
@ousttrue ousttrue added this to the v0.113 milestone Jun 22, 2023
@saturday06 saturday06 deleted the VRM10.Tests.PlayMode.dll-no-script branch May 13, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants