Skip to content

Commit 756a896

Browse files
committed
update unity
1 parent 66feec6 commit 756a896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ func UnpackUnityImages(inputDir string, outputDir string, muteSpinner bool, head
672672

673673
absInputPath := filepath.Join(inputDir, bundle.Name())
674674

675-
cmd := []string{"./data", "--unity-version", "2022.3.29f1"}
675+
cmd := []string{"./data", "--unity-version", "6000.0.41.58439"}
676676

677677
uid := strconv.Itoa(os.Getuid())
678678
gid := strconv.Itoa(os.Getgid())

0 commit comments

Comments
 (0)