Update render settings, add lighting settings and update some scripts
This commit is contained in:
@@ -54,7 +54,7 @@ namespace UI.CardSystem
|
||||
private void Awake()
|
||||
{
|
||||
_cardManager = CardSystemManager.Instance;
|
||||
_cardAlbumUI = FindObjectOfType<CardAlbumUI>();
|
||||
_cardAlbumUI = FindFirstObjectByType<CardAlbumUI>();
|
||||
|
||||
// Set up button listeners
|
||||
if (openBoosterButton != null)
|
||||
|
||||
Reference in New Issue
Block a user