You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Locate your local Roblox Studio install using roblox-install
Perform a sync. For any files that have changed, copy them to $INSTALL/content/.tarmac/<hash>.
Perform codegen, using a path like rbxasset://.tarmac/<hash> for any assets that have no asset ID.
The text was updated successfully, but these errors were encountered:
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 likelocal-studio
:This command would:
roblox-install
$INSTALL/content/.tarmac/<hash>
.rbxasset://.tarmac/<hash>
for any assets that have no asset ID.The text was updated successfully, but these errors were encountered: