Fix OnDestroy Error
This commit is contained in:
parent
95bd7b1c16
commit
90301e18dd
@ -73,10 +73,6 @@ namespace Byway.TMP
|
||||
{
|
||||
Destroy(m_TextMaterialInstance);
|
||||
}
|
||||
if (m_TextMaterialOriginal != null)
|
||||
{
|
||||
Destroy(m_TextMaterialOriginal);
|
||||
}
|
||||
}
|
||||
|
||||
private void Awake()
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.bywaystudios.textmeshpro.ext",
|
||||
"displayName": "TextmeshPro Extension",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"dependencies": {
|
||||
"com.unity.textmeshpro": "3.0.9"
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user