lib/u3d/commands.rb in u3d-1.0.10 vs lib/u3d/commands.rb in u3d-1.0.11
- old
+ new
@@ -167,10 +167,10 @@
up = UnityProject.new(pp)
unless version # fall back in project default if we are on a Unity project
version = up.editor_version if up.exist?
unless version
- UI.user_error!('Not sure which version of Unity to run. Are you in a project?')
+ UI.user_error!('Not sure which version of Unity to run. Are you in a Unity5 or later project?')
end
end
if up.exist? && args_pp.nil?
extra_run_args = ['-projectpath', up.path]