Skip to content

Build tool no separator #821

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 26, 2025
Merged

Conversation

kkolyan
Copy link
Contributor

@kkolyan kkolyan commented Jun 25, 2025

Fyrox Editor "Run" button appends CLI args after "--" to support cargo-based runs.

Actually, that works fine for dotnet runs, because dotnet CLI tool supports "--" the same way.

But Lua-based runs doesn't use any build tool - I need Run button to run prebuilt binary directly. And once the binary is technically Fyrox Game (with Lua plugin), then "--" in args breaks initial scene argument detection.

@kkolyan kkolyan force-pushed the build_tool_no_separator branch from 790e0a3 to 3b2f4f3 Compare June 25, 2025 23:07
@mrDIMAS mrDIMAS merged commit b6c6e27 into FyroxEngine:master Jun 26, 2025
7 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants