🔥 11/21목요일 목표 🔥🔎 팀 프로젝트 사운드 매니저 정리완료하기🔎 팀 프로젝트 사운드 설정하기🔎 팀 프로젝트 슬라이더에 사운드연결하기Resources 파일에서 로드 하고 싶어 아래의 주석처리 된것을 불러 왔지만,로드 되는것은 GameObject이라 로드가 되지 않았음. void Start() { GameManager.instance.SoundManager = this; audioSource = GetComponent(); GameAudioSource = GameManager.instance.GetComponent(); if (GameAudioSource == null) { GameAudioSo..