Hello,
I need to package my game and distribute it across several platforms.
I want to use the same package, but add features depending on the platform using the gam feature system.
In other words, I want to dynamically send some clients a package that their instance will load to the game and apply as a gameplay feature, while the other client’s instance doesn’t ‘know’ about this feature set.
Is this behavior possible?
thank you