-
Notifications
You must be signed in to change notification settings - Fork 1
ProjectSettings #2
Description
Hi there,
thanks for your great asset. I wanted to let you know that "import package" alone does not work in a fresh new project, the webserver is not reachable - I use Unity 2017.4.2. After importing the package, I can start the scene and it says that the server is running, but the browser cannot connect.
Since the websever works with the provided demo scene (not the one from the package but the one that comes with cloning the repo), I thought I just copy the Project Settings files one by one from the demo project to a new fresh project where I just imported the package - and voila, all of a sudden the new fresh project works as well.
I figured out that it must have something to do with the ProjectSettings file itself and compared the ProjectSettings file of the repo with the one that is created when creating a fresh new project. There are some minor differences but I couldn't figure out which difference is the reason that in the repo demo project the webserver starts and in a newly created project it does not.
Maybe you could have a look by yourself and fix the issue?
- Michael