I have two identical images. I sync them to Cloud first, and then to Studio. This resulted in one generated content pointing to a local directory and the other to a remote directory.
···
-- This file is automatically @generated by Asphalt.
-- It is not intended for manual editing.
local assets = {
images = {
["chest.png"] = "rbxasset://rbxasset://.asphalt-tools/f553cb391c6ff3cf090184df20fb44da2971d416278affeea120e08189128a1f.png",
["chest2.png"] = "rbxassetid://139207801346276",
},
}
return assets
···
I have two identical images. I sync them to Cloud first, and then to Studio. This resulted in one generated content pointing to a local directory and the other to a remote directory.
···
-- This file is automatically @generated by Asphalt.
-- It is not intended for manual editing.
local assets = {
images = {
["chest.png"] = "rbxasset://rbxasset://.asphalt-tools/f553cb391c6ff3cf090184df20fb44da2971d416278affeea120e08189128a1f.png",
["chest2.png"] = "rbxassetid://139207801346276",
},
}
return assets
···