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
请问大大这是怎么回事啊,界面显示不全。下面的都看不到了,没法AB打包
The text was updated successfully, but these errors were encountered:
解决了,我直接修改了显示窗口大小的代码,在\Assets\GameFramework\Scripts\Editor\AssetBundleBuilder\AssetBundleBuilder.cs,这个脚本第28行window.minSize = window.maxSize = new Vector2(666f, 700f);,直接修改new Vector2(666f, 700f)第二个参数就行。修改数值按自己电脑显示为主,看得见就行 。下面是效果图
\Assets\GameFramework\Scripts\Editor\AssetBundleBuilder\AssetBundleBuilder.cs
Sorry, something went wrong.
No branches or pull requests
请问大大这是怎么回事啊,界面显示不全。下面的都看不到了,没法AB打包
The text was updated successfully, but these errors were encountered: