Skip to content
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

Local development plan #23

Open
LPGhatguy opened this issue Mar 5, 2020 · 0 comments
Open

Local development plan #23

LPGhatguy opened this issue Mar 5, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@LPGhatguy
Copy link
Contributor

Currently, Tarmac supports uploading to Roblox.com only. For fast local iteration, it would be useful for Tarmac to copy your assets into your local Roblox Studio content folder temporarily.

To do that, we could introduce a new value for --target named something like local-studio:

tarmac sync --target local-studio

This command would:

  1. Locate your local Roblox Studio install using roblox-install
  2. Perform a sync. For any files that have changed, copy them to $INSTALL/content/.tarmac/<hash>.
  3. Perform codegen, using a path like rbxasset://.tarmac/<hash> for any assets that have no asset ID.
@LPGhatguy LPGhatguy added the enhancement New feature or request label Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant