Skip to content

Commit d57c21c

Browse files
author
Eric Miller
committed
Uncomment code
1 parent c2fc52c commit d57c21c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Sources/UBKit/UBKitManager.swift

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@ class UBKitManager {
6060
return iOSGenerationResult
6161
}
6262

63-
// print("\n----------")
64-
// print("⚙️ Creating Unity Project")
65-
// print("----------")
66-
// let unityGenerationResult = createUnityProject()
67-
// guard unityGenerationResult == .success else {
68-
// return unityGenerationResult
69-
// }
70-
//
71-
// print("\n----------")
72-
// print("⚙️ Copying Unity Files")
73-
// print("----------")
74-
// let copyFilesResult = copyUnityFiles(refresh: false)
75-
// guard copyFilesResult == .success else {
76-
// return copyFilesResult
77-
// }
63+
print("\n----------")
64+
print("⚙️ Creating Unity Project")
65+
print("----------")
66+
let unityGenerationResult = createUnityProject()
67+
guard unityGenerationResult == .success else {
68+
return unityGenerationResult
69+
}
70+
71+
print("\n----------")
72+
print("⚙️ Copying Unity Files")
73+
print("----------")
74+
let copyFilesResult = copyUnityFiles(refresh: false)
75+
guard copyFilesResult == .success else {
76+
return copyFilesResult
77+
}
7878

7979
return .success
8080
}

0 commit comments

Comments
 (0)