Facepunch / sbox-issues

176 stars 12 forks source link

[Libraries] Allow Editor code of primary project to access editor code of libraries #6284

Open QuackCola opened 1 month ago

QuackCola commented 1 month ago

For?

S&Box

What can't you do?

Currently you are unable to access code within an editor project that's in a library, from the editor project of the primary project . which makes you have to resort to adding stuff in the library itself. I see no reason that the editor project code in a library cant be accessible to the editor project code of the main project.

How would you like it to work?

Make editor code in a library accessible to the editor code of the primary project.

What have you tried?

making changes or additions inside the library.

Additional context

cmg-divined commented 1 month ago

This would help a lot, please change <3

Guilhem-Pech commented 1 month ago

That would be awesome, I'm using Quack's shader graph library but being forced to touch the library to add nodes is pretty annoying and I live in the fear of my changes being erased by an update or whatever