Obsolete message

This commit is contained in:
ousttrue 2018-04-03 19:49:36 +09:00
parent ac833b57f9
commit 669fedd935
2 changed files with 3 additions and 1 deletions

View File

@ -10,4 +10,6 @@
* [ ] off Force T-pose by default
* [ ] SpringBone for Skirt ?
* [ ] fix BlendShapeProxy preview for Unity-2017 or later
* [ ] DisallowMultipleComponent
* [ ] Obsolete(VRMLookAt => VRMLookAtHead + VRMLookAtBoneApplyer)

View File

@ -6,7 +6,7 @@ using UniGLTF;
namespace VRM
{
[Obsolete]
[Obsolete("reimport, use VRMMeta")]
[Serializable]
[DisallowMultipleComponent]
public class VRMMetaInformation : MonoBehaviour, IEquatable<VRMMetaInformation>