Facepunch / sbox-issues

176 stars 12 forks source link

Allow marking a Library "Editor Only" to avoid from being shipped in games #6503

Open trende2001 opened 1 month ago

trende2001 commented 1 month ago

For?

S&Box

What can't you do?

I want to mark libraries editor only for it to be avoided from being shipped when uploading the game.

How would you like it to work?

Libraries should have an "editor only" property to be exempt from the file upload if they choose so.

What have you tried?

N/A

Additional context

Would be good for libraries that only extend the editor

handsomematt commented 1 month ago

This shouldn't be explicitly marked, we can easily tell if a library is editor only because it will only have an editor project

badandbest commented 1 month ago

we can easily tell if a library is editor only because it will only have an editor project

Ran into a problem yesterday where s&box couldn't find my library until I added a code folder.

Nolankicks commented 1 month ago

Yeah I made an issue for that. Idk if it was ever picked up.

badandbest commented 1 month ago

(the issue in question) https://github.com/Facepunch/sbox-issues/issues/5823