"캐릭터 변경을 끝난 뒤에도 변경 버튼이 계속 남아있어 재화만 소모되는 현상이 발생되고 있습니다.
-> 캐릭터 변경 즉시, 버튼이 닫기 상태로 변경되어야 합니다. (닫기(혹은 확인) 버튼 색상은 노란색으로 변경해주시기 바랍니다.)"
This commit is contained in:
parent
ebef6345ba
commit
85a47d5bc2
Binary file not shown.
|
|
@ -4,6 +4,6 @@
|
||||||
<application>
|
<application>
|
||||||
<uses-library android:required="false" android:name="org.apache.http.legacy" />
|
<uses-library android:required="false" android:name="org.apache.http.legacy" />
|
||||||
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-2550554896492831~3769768040" />
|
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-2550554896492831~3769768040" />
|
||||||
<meta-data android:name="com.google.unity.ads.UNITY_VERSION" android:value="6000.0.55f1" />
|
<meta-data android:name="com.google.unity.ads.UNITY_VERSION" android:value="6000.0.59f2" />
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
@ -1 +1 @@
|
||||||
5
|
6
|
||||||
|
|
@ -62,6 +62,7 @@ public class ChangeGirlUI : uScrollViewMgr
|
||||||
|
|
||||||
Set_ScrollView(table_girl.Ins.Get_DataList());
|
Set_ScrollView(table_girl.Ins.Get_DataList());
|
||||||
LobbyUI.Ins.m_LobbyCenterProfileUI.Set();
|
LobbyUI.Ins.m_LobbyCenterProfileUI.Set();
|
||||||
|
Set();
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case "btn_buy_change":
|
case "btn_buy_change":
|
||||||
|
|
@ -72,8 +73,12 @@ public class ChangeGirlUI : uScrollViewMgr
|
||||||
|
|
||||||
Set_ScrollView(table_girl.Ins.Get_DataList());
|
Set_ScrollView(table_girl.Ins.Get_DataList());
|
||||||
LobbyUI.Ins.m_LobbyCenterProfileUI.Set();
|
LobbyUI.Ins.m_LobbyCenterProfileUI.Set();
|
||||||
|
Set();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
gameObject.SetActive(false);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -129,6 +129,8 @@ MonoBehaviour:
|
||||||
m_PrefilterScreenCoord: 1
|
m_PrefilterScreenCoord: 1
|
||||||
m_PrefilterNativeRenderPass: 1
|
m_PrefilterNativeRenderPass: 1
|
||||||
m_PrefilterUseLegacyLightmaps: 0
|
m_PrefilterUseLegacyLightmaps: 0
|
||||||
|
m_PrefilterReflectionProbeBlending: 1
|
||||||
|
m_PrefilterReflectionProbeBoxProjection: 1
|
||||||
m_ShaderVariantLogLevel: 0
|
m_ShaderVariantLogLevel: 0
|
||||||
m_ShadowCascades: 0
|
m_ShadowCascades: 0
|
||||||
m_Textures:
|
m_Textures:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
게등위 버전
|
게등위 버전
|
||||||
- 상점
|
|
||||||
|
|
||||||
|
|
||||||
게등위 이후 라이브 버전
|
게등위 이후 라이브 버전
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue