How to create an online game in Unity that is played on the web? [closed] - unity3d

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed last year.
Improve this question
What are some libraries which are best to use that are secure and hopefully free?

Unity's has a player called the WebGL Player that's specifically for the web, similar to how platforms like Android and iOS have their own players:
https://docs.unity3d.com/Manual/webgl-gettingstarted.html
You can add the WebGL player to you Unity installation through Unity Hub. For multiplayer networking, you just need to make sure you use an asset that supports the WebGL player, like Proton:
https://doc.photonengine.com/en-us/pun/current/getting-started/pun-intro

You got to use webgl. It's inbuilt in browsers, not an addon.

Related

Has Unity mobile-like multiplayer system? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Has unity any tools or services to create a multiplayer like in mobile games, where all online is based on clan system, chat and some stuff like arena or rating?
If has, do you know someone of them (links or guides are optional)?
I read all the documentation and watched some videos connected to the problem, but as I understand it is all about real time multiplayer.
I don't really understand your question. Are you asking if Unity has some tools to create a full multiplayer game experience (matchmaking, voice, chat, etc.)?
Unity's UNet is deprecated and they are developing a new system. Maybe check here:
New Unity system
I would recommend the Photon engine. It basically has everything you need for a multiplayer game and it's free to get started.
Photon engine

Voice chat for Unity 2017.2 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I have a multiplayer game code for 2017.2 version of Unity. I need to make it work with Agora. But when I try to download, it does not work because the SDK is made available only for latest (Unity 2018.2) Unity version.
But due to the mess with High Level API of Unity, I need to stick to 2017 itself. Also my code base is on 2017.2. Where do I find the Agora voice SDK for Unity, compatible with Unity 2017.2?
You can download the Unity SDK directly from Agora's developer portal
https://docs.agora.io/en/Interactive%20Gaming/downloads
The Demo your are trying may need you to have the latest Unity version, but Agora SDK does not.
You can use Agora SDK directly with Unity 2017.2.

Getting Started with Unreal Engine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am new to game development. I had recently worked with Unity 3D but its not free so I switched over to Unreal Engine. Documentation on Epic Games's website is not in detail and hard to understand for new game developers.
When I was new to Unreal Engine, I looked into the following video playlist.
Have a look. It is collection of 208 Videos.
https://www.youtube.com/playlist?list=PLZlv_N0_O1gaCL2XjKluO7N2Pmmw9pvhE
You may also want to check out this guy's channel on YouTube: TeslaDev
There are great tutorials there.

2D Engine for iPhone OS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have a pretty simple 2D flash game. It's a jump n run sidescroller and I want to port it to the iPhone.
But what is the best way to do it? There is Adobe Flash Pro CS5 but I'd rather program it from the scratch in an iPhone environment.
Are there any top games done by open source framekworks? Which is the best way to go?
If your main concern is easily porting it, then I'd have a look at corona. Apparently porting from flash is very easy, and they have guides for ActionScript to Corona (Lua) conversions. It's not free or open source, but there is a 30 Day trial period available.
check cocos2d

Is there any Cocos2d based open-source iPhone game exist? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I want to study Cocos2d, seems it's a good framework for iPhone game programming. So is there any Cocos2d based open-source iPhone game exist?
The place to ask this is on cocos2d google group.
I believe there are several games and game demos available to study. The developer is pretty active with the framework although he is currently on vacation for the holidays.
Tweejump
http://tweejump.com/
http://github.com/haqu/tweejump/tree/master
ABC123
http://kwigbo.com/wp/2009/05/02/abc123-iphone-cocos2d-game-open-source/
Here's a list of a ton of examples, all Cocos2d based:
http://www.cocos2d-iphone.org/forum/topic/24798
direct link to downloads page:
https://docs.google.com/spreadsheet/ccc?key=0Ap9yzw5RaZIZdFNoWEtvTXdfbThHM0hJUGxWUHZwSGc#gid=0
Note: Click on the "DropBox" links to get the source without having to go through lots of clicks at some other site.