我将开始我的第一个团结游戏,这是一个Android的实时多人游戏。我想问几件事。 我是否需要为整个过程购买专业版或任何许可证(从开发到提交到游戏商店,我知道启动画面无法更改)。我的游戏几乎就像8个游泳池球,具有所有多人游戏功能(创建用户个人资料,与朋友一起玩,与朋友一起玩,挑战朋友,领导板过滤器等等),如8个池球。我打算将Photon用于多人游戏。 我将来也需要Web和Facebook版本。 我也看到几页关于这个,但我仍然感到困惑。 提前谢谢。
答案 0 :(得分:0)
Unity3D个人版不支持移动设备上的C#套接字,因此没有第三方实时插件,无论是Photon还是其他任何插件,都不会在个人版Unity3D的Android(或iOS)上运行,但它们都需要Unity3D专业版
只有一个例外:PUN +甚至可以在Android和iOS上使用Unity3D Personal,因为它通过平台上的本机插件应用了回退来使用C ++套接字,Unity3D Personal中没有C#套接字。但是,这仅适用于PUN +(Photon Unity Networking Plus),而不适用于PUN(Photon Unity Networking)。
答案 1 :(得分:0)
Unity in Version 5 has no engine-specific pro-Features anymore. So basically free = pro (besides some services and splash screens). So you can go with Unity 5 free and e.g. Photon.
Regardings costs: It could be that you need some sort of webservice for your game (managing profiles etc.) so the webserver could produce some costs. But for getting started there are many free services out there like https://www.heroku.com/
Furthermore you will need to pay the 25$ fee for Google Play to publish the game.