diff --git a/Editor/Import.cs b/Editor/Import.cs index d8a059c..1021611 100644 --- a/Editor/Import.cs +++ b/Editor/Import.cs @@ -99,6 +99,7 @@ static void CopyBuddyworksScene() orthoCamera.transform.position = new Vector3(0f, 0.72f, 3.26f); orthoCamera.transform.rotation = Quaternion.Euler(0f, -180f, 0f); orthoCamera.transform.SetParent(systemparent.transform); + orthoCamera.AddComponent(); //Instantiate some prefabs, easy enough eh? diff --git a/package.json b/package.json index aa1c23e..71c62b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name" : "wtf.buddyworks.scene", "displayName" : "BUDDYWORKS Avatar Scene", - "version" : "2.4.6", + "version" : "2.4.7", "unity" : "2019.4", "description" : "Avatar Scene. Use the toolbar menu to import the template.", "author": {