Skip to content

Commit

Permalink
mirror bug
Browse files Browse the repository at this point in the history
  • Loading branch information
henlein committed May 17, 2023
1 parent 8abe890 commit 3ea2879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Unity/Assets/Samples/_Common/UI/Scripts/Mirror.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ RenderTexture RequireTex(int width, int height)
if (!renderTexture && width > 0 && height > 0)
{
renderTexture = RenderTexture.GetTemporary(width,height,0);
renderTexture.depth = 32;
}
return renderTexture;
}
Expand Down
2 changes: 1 addition & 1 deletion Unity/Assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.ucl.ubiq",
"version": "0.4.2",
"version": "0.4.3",
"displayName": "Ubiq",
"description": "Create networked VR experiences with Ubiq",
"unity": "2020.3",
Expand Down

0 comments on commit 3ea2879

Please sign in to comment.