-
Notifications
You must be signed in to change notification settings - Fork 438
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
最近の UnitTest #1044
最近の UnitTest #1044
Conversation
ousttrue
commented
Jun 16, 2021
- [1.0] SpringBone の JsonSchema 変更対応
- Mtoon マイグレーション。enum 不正値対応
- ImporterContext.Load 関数の呼び出しでテクスチャが ImporterContext から GameObject に移動することに対応
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
よさそう ユーザがさわるクラスのアクセス修飾だけちょっと?
@@ -16,14 +16,14 @@ public class RuntimeGltfInstance : MonoBehaviour, IResponsibilityForDestroyObjec | |||
/// </summary> | |||
public GameObject Root => this.gameObject; | |||
|
|||
List<(SubAssetKey, UnityEngine.Object)> m_resources = new List<(SubAssetKey, UnityEngine.Object)>(); | |||
public List<(SubAssetKey, UnityEngine.Object)> Resources = new List<(SubAssetKey, UnityEngine.Object)>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public にするのは IReadOnlyList
だけのほうがよくないかな
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ヨシ!