Install needle engine via Unity CLI #89
Unanswered
cocor-au-lait
asked this question in
Q&A
Replies: 1 comment
-
Hello @cocor-au-lait currently that method is internal but we could make it public so you could add a method that runs it in your CI process. Would that help? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By using GameCI, I'm planning to make a CI/CD for Unity project with Needle Engine.
https://game.ci/
Before building project, It's required to open Unity project and install dependent libraries.
After that, installing needle engine is also required (npm install process is called in library directory & workspace).
Unity CLI can call a method within C# code project, but can I call install process like
Run Needle project setup
button process via CLI?https://docs.unity3d.com/Manual/CommandLineArguments.html
Beta Was this translation helpful? Give feedback.
All reactions