Is it possible to create a multiplatform game?

Hello,

I’am trying to develop an Android app but also, I want it to be available in windows environment or iOS. Is it possible? Can you detect what OS is the user running through scripting?

Thanks in advance.

It’s possible to do so. You only need to change the platform in the build settings. For detecting the OS that the user is playing in, you can use Application.platform
Hope this helps.

Yup, but you have to have a Mac to publish to ios.

Yes it is. I am developing for iOS/Android and Mac/Windows