Skip to content

Commit 75b849b

Browse files
authored
force free unity?
1 parent 1fc2f9e commit 75b849b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ jobs:
8989
cp src/dll/liblibvhacd.dylib.meta build/VHACD/liblibvhacd.dylib.meta
9090
cp src/dll/libvhacd.dll.meta build/VHACD/libvhacd.dll.meta
9191
cd build
92-
/opt/Unity/Editor/Unity -quit -batchMode -logFile -noGraphics -createProject unity_project
92+
/opt/Unity/Editor/Unity -quit -batchMode -logFile -noGraphics -force-free -createProject unity_project
9393
mv VHACD unity_project/VHACD
94-
/opt/Unity/Editor/Unity -quit -batchMode -logFile -noGraphics -projectPath unity_project -exportPackage VHACD VHACD.unitypackage
94+
/opt/Unity/Editor/Unity -quit -batchMode -logFile -noGraphics -force-free -projectPath unity_project -exportPackage VHACD VHACD.unitypackage
9595
9696
- name: upload unitypackage
9797
uses: actions/upload-release-asset@v1.0.1

0 commit comments

Comments
 (0)