Local Package Changes #2546
garrynewman
announced in
Announcements
Replies: 2 comments 3 replies
-
This is good. Does this also go for content add-ons? They seem to force download to the client when enabled but not loaded by the gamemode. |
Beta Was this translation helpful? Give feedback.
2 replies
-
How do you fix the generated launch configs for projects / where are they stored? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Local packages now end in
#local
and are completely separate from remote packages. This means you don't have to disable your game project to test the published version. So for examplefacepunch.sandbox
- the sandbox gamemodefacepunch.sandbox#local
- the sandbox gamemode downloaded and imported as a project in the editorIt also means your launch configs are now broken. To fix just go in the config for each one and set them back up.
I've updated the Game list page to razor so we could have the local game tab.
Beta Was this translation helpful? Give feedback.
All reactions