We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uWindowCaptureバージョン 0.5.0
お世話になります。 uWindowCaptureのUwcWindowCaptureをAddComponent()及びonWindowChangedをAddListenerすると、onWindowChangedイベントが毎フレーム発生してしまいます。 desktopIndexプロパティの更新などを行うと毎フレームの発生は止まります。 できれば、AddCmponent()直後においても毎フレームのイベントが発生しないようにしていただければと思います。
よろしくお願いします。
再現プロジェクト https://drive.google.com/file/d/1iYfgUPHH2U4zX-w3FyN_X939RqqOuHJH/view?usp=sharing
The text was updated successfully, but these errors were encountered:
fix bug that caused unexpected onWindowChanged call #10.
eb7f5c0
set UwcWindowTexture.window before onWindowChanged invoke #10.
dca900c
ご報告ありがとうございます。 こちら対応しましたので、最新のコミットまたは下記ファイルからご確認ください。 uWindowCapture-v0.5.1.zip
Sorry, something went wrong.
対応ありがとうございます。
18d5d2b
46d9d98
hecomi
No branches or pull requests
uWindowCaptureバージョン 0.5.0
お世話になります。
uWindowCaptureのUwcWindowCaptureをAddComponent()及びonWindowChangedをAddListenerすると、onWindowChangedイベントが毎フレーム発生してしまいます。
desktopIndexプロパティの更新などを行うと毎フレームの発生は止まります。
できれば、AddCmponent()直後においても毎フレームのイベントが発生しないようにしていただければと思います。
よろしくお願いします。
再現プロジェクト
https://drive.google.com/file/d/1iYfgUPHH2U4zX-w3FyN_X939RqqOuHJH/view?usp=sharing
The text was updated successfully, but these errors were encountered: