You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a mode where if it is launched without any parameters it goes into CLA question/answer mode:
$ ./launch.sh
Welcome to Unifree!
Please answer a few questions to start the migration.
What is your OpenAPI key? <... user input ...>
Full path of the source Unity project: <... user input ...>
What language would you like to translate it to?
[1] godot
[2] unreal
<... user input ...>
Full path of the destination {CONFIG_NAME} project: <... user input ...>
... output of the script ...
The text was updated successfully, but these errors were encountered:
Current way to launch the script is run this command line prompt:
We should add a mode where if it is launched without any parameters it goes into CLA question/answer mode:
The text was updated successfully, but these errors were encountered: