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
エクスポーターの以下のコード。
if (meta.LicenseType == LicenseType.Other) { VRM.meta.otherLicenseUrl = meta.OtherLicenseUrl; }
赤いところが、本来 OtherPermissionUrl なのだが、間違えて LicneseUrl を表示しているのがバグです。 LicenseType が Other ではないときは、OtherLicenseUrl の欄が現れないはずだった。
ひとまず、 LicenseType に Other を選択してください。
The text was updated successfully, but these errors were encountered:
605ea0b6186311f0b2d755c9ef69df79da9f9262
Sorry, something went wrong.
from v0.59.0
v0.59.0
v0.73.0 で otherPermissionUrl 表示を修正。
v0.73.0
No branches or pull requests
エクスポーターの以下のコード。
赤いところが、本来 OtherPermissionUrl なのだが、間違えて LicneseUrl を表示しているのがバグです。
LicenseType が Other ではないときは、OtherLicenseUrl の欄が現れないはずだった。
対処
ひとまず、 LicenseType に Other を選択してください。
The text was updated successfully, but these errors were encountered: