배너 사라지는 버그 수정

This commit is contained in:
Ino 2025-09-17 12:48:41 +09:00
parent 75710a7f1c
commit 57cbc34d03
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: e3080f680e1725a41aec9cc465b92bf9
guid: 6dbea8f109af4ac4e87b652caf1c8eb5
labels:
- gvh
- gvh_version-9.5.0

View File

@ -606,8 +606,9 @@ public class ADSManager : MonoBehaviour
{
if (ad != null)
{
ad.Destroy();
ad = null;
ad.Hide();
//ad.Destroy();
//ad = null;
}
}