Skip to content

Commit 75facd4

Browse files
committed
Fix size of avatars
1 parent a467c07 commit 75facd4

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

Assets/_Project/Prefabs/PlayerPrefab.prefab

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/_Project/Scripts/Core/SettingsManager.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
using UnityEngine.Audio;
55
using TMPro;
66

7+
/**
8+
* Updates resolution, fullscreen, and volume
9+
* - Brackey's to the rescue https://www.youtube.com/watch?v=YOaYQrN1oYQ
10+
*/
711
public class SettingsManager : MonoBehaviour {
812

913

Packages/packages-lock.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@
7777
"dependencies": {},
7878
"url": "https://packages.unity.com"
7979
},
80+
"com.unity.inputsystem": {
81+
"version": "1.0.0",
82+
"depth": 0,
83+
"source": "registry",
84+
"dependencies": {},
85+
"url": "https://packages.unity.com"
86+
},
8087
"com.unity.mathematics": {
8188
"version": "1.1.0",
8289
"depth": 2,

0 commit comments

Comments
 (0)