unity打AB包时报错Building an AssetBundle for target ‘WindowsStandaloneSupport‘ is not allowed

Building an AssetBundle for target 'WindowsStandaloneSupport' is not allowed because the required module is not installed

照着别人教程打Ab包时出现的报错
别人的教程
原因是代码中最后一行的目标平台没改
StandaloneWindows我改为Android就好了
StandaloneWindows我改为Android就好了,具体看你的目标平台


版权声明:本文为jxy287erg原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。