Connecting to Steam
I am looking to potentially port my latest game Pathogen to Steam. So far I have been trying to use FRESteamWorks by Amanita Design, found here:
https://github.com/Ventero/FRESteamWorks
I built a new test application, added the FRESteamWorks.ane extension, and am just copying the example from github there, to see if I can get something to work. But my compiler can't seem to locate com.amanitadesign.steam.FRESteamWorks. I can see lots of other classes through com.amanitadesign.steam - like SteamEvent, SteamResults, LeaderboardEntry - but no FRESteamWorks class. And the entire example relies on that class.
Has anyone successfully implemented FRESteamWorks? Or are there any other ideas for Steam integration with AS3?
