Skip to content

Commit

Permalink
json
Browse files Browse the repository at this point in the history
  • Loading branch information
duyca committed Feb 22, 2024
1 parent eab26ea commit 7903207
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Ignore everything:
/Assets/*
!/Assets/FishNet
!*.json
!*.json.meta
!.gitignore

DefaultPrefabObjects.asset
Expand Down
25 changes: 25 additions & 0 deletions Assets/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "com.fishnet",
"displayName": "FishNet - Unity Networking Evolved",
"description": "FishNet - Unity Networking Evolved",
"version": "4.1.3",
"unity": "2021.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/WolffunGame/FishNet.git"
},
"author": {
"name": "WolffunGame",
"email": "[email protected]",
"url": "https://github.com/WolffunGame"
},
"dependencies": {},
"keywords": [
"networking",
"fishnet"
],
"release": {
"branches": ["main"]
}
}
7 changes: 7 additions & 0 deletions Assets/package.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7903207

Please sign in to comment.