Skip to content

Error while creating Unity project #12

@jackcook

Description

@jackcook

First, I'd like to say this is a great idea for a project-- I've been struggling a lot with this myself. I tried running your tool today and it wouldn't create the Unity project. I could be doing something wrong, but I tried my best to follow your instructions from the README. Here is the log from the command:

Jacks-Mac-Pro:Storytime jackcook$ UnityBuildKit generate

----------
⚙️  Creating iOS Project
----------
No "base" settings found
No "debug config" settings found
No "base" settings found
No "release config" settings found
No "iOS" settings found
No "base" settings found
No "debug config" settings found
No "iOS" settings found
No "iOS" settings found
No "base" settings found
No "release config" settings found
No "iOS" settings found

----------
⚙️  Creating Unity Project
----------
Generating Unity project
This may take some time to complete


Generating Unity Editor scripts

----------
⚙️  Initializing projects
----------
Initializing Unity scene ExampleScene for iOS...
This will take some time to complete


----------
💥 An error was encountered while creating your projects
Failed to execute shell command: Initializing Unity Project

And here is my config file:

{
    "ios": {
        "projectName": "ExampleProject",
        "bundleId": "com.example.ExampleProject",
        "projectPath": "iOS/"
    },
    "unity": {
        "projectName": "ExampleProject",
        "applicationPath": "/Applications/Unity/Unity.app/Contents/MacOS/Unity",
        "version": "2017.2.1f1",
        "projectPath": "Unity/",
        "sceneNames": [
            "ExampleScene"
        ]
    }
}

Thanks in advance!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions