Skip to content
New issue

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

OpenSwangObjectsConverterWizardをパラメータ変換アルゴリズムなしで変換実行するとInvalidOperationExceptionになる #13

Closed
pikixu opened this issue Apr 3, 2024 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@pikixu
Copy link

pikixu commented Apr 3, 2024

対応バージョンと異なる環境での報告ですみません
設定必須としてるのかもしれませんが特に警告なく変換が押せてしまうのと
nullでも動くように見受けられたので念の為報告です

タイトルにパラメータ変換アルゴリズムなしの場合と書いてしまってますが実は設定する方は試しておらず…
コードイジってnull許容したらそれっぽく動いてたのでこれで試してます。

環境
Unity2022.3.6f1
UniVRMExtensions 10.1.0

設定値
image

ココのparametersConverter == nullチェックを外してしまっても良いような気はしました

        private async void OnWizardCreate()
        {
            if (this.source == null || this.destination == null/* || this.parametersConverter == null*/)
            {
                throw new InvalidOperationException();
            }

@esperecyan esperecyan added bug Something isn't working enhancement New feature or request labels Jan 4, 2025
@esperecyan
Copy link
Owner

v10.4.0で修正しました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants