Skip to content

Local development plan #23

Open
Open
@LPGhatguy

Description

@LPGhatguy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions