上传资源改为false

main
ZhuoZhou 2025-05-08 16:12:16 +08:00
parent 43d0b70a57
commit 9b6247f5c5
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ if __name__ == '__main__':
opts.resversion = "1"
opts.buildtype = "BuildBundle"
opts.unityexe = "/Applications/Unity/Hub/Editor/2021.3.45f1/Unity.app/Contents/MacOS/Unity"
opts.upload = "true"
opts.upload = "false"
opts.log = "log/build.log"
opts.assets = "/Volumes/Predator/find-object/find-object-art"
opts.resources = "/Volumes/Predator/find-it/find-object-bundle-resource"