Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

【要望】WaitForSecondsをWaitForSecondsRealtimeに変更 #120

Closed
am1tanaka opened this issue May 26, 2018 · 2 comments
Closed

【要望】WaitForSecondsをWaitForSecondsRealtimeに変更 #120

am1tanaka opened this issue May 26, 2018 · 2 comments

Comments

@am1tanaka
Copy link

要望内容

NCMBConnections.csのSendRequest()メソッド内で、処理の完了をWaitForSeconds()で待っていますが、WaitForSecondsRealtime()への変更を要望いたします。

理由

WaitForSeconds()はスケールされた時間で待ってしまうため、Time.timeScaleを変更すると待ち時間が変化してしまいます。Time.timeScaleが0の場合、止まってしまいます。

ご検討、よろしくお願いいたします。

参考

@wagomu
Copy link

wagomu commented Sep 18, 2019

ゲームのリザルト画面の実装でTimeScaleを0にしており、
同じ問題にぶつかったので検証しました。
NCMBConnection.cs : 411 行目の SendRequestメソッド中の WaitForSeconds を WaitForSecondsRealtime にするだけで、この問題が解決することを確認できています。

@ncmbadmin
Copy link
Contributor

お世話になっております。本件ですが、
https://github.com/NIFCLOUD-mbaas/ncmb_unity/releases/tag/v4.4.2
こちらのバージョンにて対応いたしますので、ご確認ください。
今後ともどうぞよろしくお願いします。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants