Skip to content
This repository was archived by the owner on Sep 5, 2022. It is now read-only.

Commit 98cec14

Browse files
authored
Update README.md
got rid of json dependency
1 parent 012c73b commit 98cec14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ Now for the juicy part, using it. Like I mentioned in the 'What' section, this i
6363
First things first, you will need:
6464
* Mirror, Install that from Asset Store.
6565
* Download the latest release of Light Reflective Mirror Unity Package and put that in your project also. Download from: [Releases](https://github.com/Derek-R-S/Light-Reflective-Mirror/releases).
66-
* Download JSON.Net from the asset store. (It's free)
67-
66+
*
6867
#### Client Setup
6968
Running a client is fairly straight forward, attach the LightReflectiveMirrorTransport script to your NetworkManager and set it as the transport. Put in the IP/Port of your relay server, assign LightReflectiveMirror as the Transport on the NetworkManager. Then attach the SimpleWebTransport script and assign that in the 'ClientToServerTransport' in the Light Reflective Mirror inspector. When you start a server, you can simply get the URI from the transport and use that to connect. If you wish to connect without the URI, the LightReflectiveMirror component has a public "Server ID" field which is what clients would set as the address to connect to.
7069

0 commit comments

Comments
 (0)