Skip to content

Commit 95659b7

Browse files
author
SG
committed
v7.3update
1 parent caa17f3 commit 95659b7

3 files changed

Lines changed: 153 additions & 1 deletion

File tree

Assets/UnityChatDemo(Can be deleted)/Scripts/Live/LiveManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void StartLive()
2929

3030
Living = true;
3131

32-
TextureLocal = new Texture2D(Screen.width, Screen.height, TextureFormat.ARGB32, false);
32+
TextureLocal = new Texture2D(Screen.width, Screen.height, TextureFormat.BGRA32, false);
3333
StartCoroutine(RecordScreen());
3434
}
3535
public void StopLive()
168 Bytes
Loading

Assets/UnityChatDemo(Can be deleted)/UI/Rect.png.meta

Lines changed: 152 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)