Skip to content

Commit

Permalink
2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBuddy committed Mar 25, 2024
1 parent 9ef124f commit 6de26fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Editor/Import.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<AudioListener>();

//Instantiate some prefabs, easy enough eh?

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6de26fe

Please sign in to comment.