Add ParrelSync and netcode

This commit is contained in:
2024-08-21 18:13:06 +02:00
parent 1a9e2a3ee8
commit 6e037b4d06
42 changed files with 2078 additions and 15 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "com.veriorpies.parrelsync",
"displayName": "ParrelSync",
"version": "1.5.3",
"unity": "2019.3",
"description": "ParrelSync is a Unity editor extension that allows users to test multiplayer gameplay without building the project by having another Unity editor window opened and mirror the changes from the original project.",
"license": "MIT",
"keywords": [ "Networking", "Utils", "Editor", "Extensions" ],
"dependencies": {}
}