Originally posted by Krakatoa-
View Post
I checked and 4.20 engine plugins have that file now, while 4.19 did not.
Looks like generating out of project isn't good enough now for engine level plugins, i'll have to specifically compile the plugin alone. That being said, I really don't want to ship the entire intermediate folder with it....
*Edit* I generated them with the bat compiler and got the precompiled file, however that method seems to be incompatible with the AdvancedSteamSessions relying on the AdvancedSessions module. I don't think I am going to directly support an engine level install because of this.
I'll note that I don't think you actually have to add a source file for the pre-packaged binaries anymore and they should package as is in the project level.
Comment