"게임 시작 후 뽑기 메뉴로 들어가면 이미지가 갑자기 확 바뀌는 현상이 남아있습니다.
→ 한번이라도 뽑기한 다음 뽑기 메뉴로 들어가면 에디터에서는 100% 재현됩니다."
This commit is contained in:
parent
fe283c3ca5
commit
4ec263d60b
|
|
@ -22,8 +22,7 @@ public class GachaUI : uScrollViewMgr
|
|||
public Slider slider_charge;
|
||||
public GachaLuckyResult m_GachaLuckyResult;
|
||||
|
||||
DateTime GachaAutoRefillTime;
|
||||
float fRefillTime, ToastY = -400f;
|
||||
float ToastY = -400f;
|
||||
List<(eMoney, int)> list_log = new List<(eMoney, int)>();
|
||||
Coroutine co_sliderupdate;
|
||||
ProtectedInt32 m_GachaNeed;
|
||||
|
|
@ -36,14 +35,10 @@ public class GachaUI : uScrollViewMgr
|
|||
videoPlayer.loopPointReached += OnVideoEnd;
|
||||
}
|
||||
|
||||
private void Update()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void Set()
|
||||
{
|
||||
gameObject.SetActive(true);
|
||||
transform.position = Vector3.zero;
|
||||
//SoundInfo.Ins.Play_BGM(eBGM.b005_Gacha);
|
||||
DSUtil.InActivateGameObjects(gos_grade);
|
||||
for (int i = 0; i < texts_luckypoint.Length; i++)
|
||||
|
|
@ -332,6 +327,7 @@ public class GachaUI : uScrollViewMgr
|
|||
|
||||
public void OnClick_Close()
|
||||
{
|
||||
transform.position = Vector3.one * 20000f;
|
||||
Set_Video(() =>
|
||||
{
|
||||
LobbyUI.Ins.Go_Home();
|
||||
|
|
@ -373,7 +369,7 @@ public class GachaUI : uScrollViewMgr
|
|||
|
||||
if (end != null)
|
||||
{
|
||||
for (int i = 0; i < 3; i++)
|
||||
for (int i = 0; i < 10; i++)
|
||||
yield return null;
|
||||
end?.Invoke();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue