#Failed to install

1 messages · Page 1 of 1 (latest)

tall briar
#

when I install the package after getting steamworks .net, it offers me to install system core and once I do so, it gives me 999+ errors

sonic ivy
#

just a heads up I have a few erands to run so I will be away for a few hours but will catch back up with you

tall briar
#

and yet

sonic ivy
#

Steamworks could not be found indicates that Steamworks.NET is not compiling or not installed as expected

make sure you have Steamworks.NET installed via package manager

make sure you have your project set to a valid Steam platform e.g. PC, Mac Linux

#

I assume your installing off the Unity Asset Store?

tall briar
#

I installed this package from the asset store

#

the legacy one

#

but the steamworks package is from git

#

as for the platform, I am working on a project that publishes to steam, android and ios, will it be a problem for making builds on android?

sonic ivy
#

to insure our asset doesn't try to compile

#

the are not valid Steam platforms

#

so anything using Steamworks will also not compile

#

we have articles on the concepts of multiplatform

#

I have to run but will be back in a few hours to see how your getting on

#

you should have no errors assuming your in the proper platform

#

if you need to compile for non Steam paltforms make sure to define DISABLESTEAMWORKS

#

if you look in our scripts you will see we check for it

#

an if it is defined we dont compile

#

you would want to wrap any logic you create for Steam with that same sort of check so it can be stripped out for non-Steam builds