I’m trying to build fa game that uses the steam SDK
The only version Steam provides is 1.47
The game keeps trying to build using 1.39
I get this in my Log
LogOnline: Display: STEAM: Loading Steam SDK 1.39
LogOnline: Display: STEAM: OnlineSubsystemSteam::Shutdown()
i’ve changed the relevant string from 139 to 147 as indicated in the documentation
Any thoughts on how i could build using 147 or solve this log issue?
Thanks in advance