simonwittber / uniwebserver

An embedded HTTP server for Unity3D.
MIT License
76 stars 30 forks source link

404 #7

Open Ivanlowjz opened 5 years ago

Ivanlowjz commented 5 years ago

I'm using Unity 2019.1.4f1. I played the Example scene on the editor and keyed in localhost:8079 on my browser and received a 404 error with the path being only "/". Did I miss out on any settings?

play123 commented 5 years ago

Hi I'm getting same errors with dotnet 4 runtime if I change 3.5 with subset then it's work I'm using unity 2018.3. but Letest unity deprecated suport for .net 3.5

Ivanlowjz commented 5 years ago

Hi Solanki,

Yeah I guess they did not update the code to be usable with unity 2019

On Sat, 22 Jun 2019 at 1:15 PM, Solanki Anil notifications@github.com wrote:

Hi I'm getting same errors with dotnet 4 runtime if I change 3.5 with subset then it's work I'm using unity 2018.3. but Letest unity deprecated suport for .net 3.5

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/simonwittber/uniwebserver/issues/7?email_source=notifications&email_token=AMFUFAYXVX6SVJQNPBQW7RTP3WYQFA5CNFSM4HPYP272YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYKBBFA#issuecomment-504631444, or mute the thread https://github.com/notifications/unsubscribe-auth/AMFUFA6YF7OKSPQIIYP4I63P3WYQFANCNFSM4HPYP27Q .

jiadashen commented 3 years ago

我正在使用 Unity 2019.1.4f1。我在编辑器上播放了示例场景,并在浏览器上键入 localhost:8079 并收到 404 错误,路径仅为“/”。我错过了任何设置吗?

I have the same problem