lib/u3d/commands.rb in u3d-1.1.0 vs lib/u3d/commands.rb in u3d-1.1.1

- old
+ new

@@ -202,10 +202,10 @@ version = up.editor_version if up.exist? UI.user_error!('Not sure which version of Unity to run. Are you in a Unity5 or later project?') unless version end if up.exist? && args_pp.nil? - extra_run_args = ['-projectpath', up.path] + extra_run_args = ['-projectPath', up.path] run_args = [extra_run_args, run_args].flatten end unity = check_unity_presence(version: version) UI.user_error! "Unity version '#{version}' not found" unless unity