Skip to content

Commit 8836d31

Browse files
authored
Friends Sample Project (#5)
* Add Friends sample project * Update README
1 parent 58137d1 commit 8836d31

File tree

1,917 files changed

+197758
-782
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,917 files changed

+197758
-782
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Ready-to-use templates for **Nakama** game development. Download, play, and copy
77
**Nakama Templates**
88

99
- [Leaderboards](./UnityNakamaLeaderboards/) - Weekly and global rankings with real-time record updates
10+
- [Friends](./UnityNakamaFriends/) - Manage friend lists and requests, block and unblock players.
1011

1112
## Documentation
1213

UnityNakamaFriends/.gitignore

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
2+
# Created by https://www.gitignore.io/api/unity
3+
# Edit at https://www.gitignore.io/?templates=unity
4+
5+
# Jetbrain Rider Cache
6+
.idea/
7+
Assets/Plugins/Editor/JetBrains*
8+
9+
# Visual Studio Code
10+
.vscode/
11+
12+
13+
### Unity ###
14+
/[Ll]ibrary/
15+
/[Tt]emp/
16+
/[Oo]bj/
17+
/[Bb]uild/
18+
/[Bb]uilds/
19+
/[Ll]ogs/
20+
/[Uu]ser[Ss]ettings/
21+
Assets/AssetStoreTools*
22+
# Unity local user project setting
23+
UserSettings/
24+
25+
# Visual Studio cache directory
26+
.vs/
27+
28+
# Autogenerated VS/MD/Consulo solution and project files
29+
ExportedObj/
30+
.consulo/
31+
*.csproj
32+
*.unityproj
33+
*.sln
34+
*.suo
35+
*.tmp
36+
*.user
37+
*.userprefs
38+
*.pidb
39+
*.booproj
40+
*.svd
41+
*.pdb
42+
*.opendb
43+
*.VC.db
44+
45+
# Unity3D generated meta files
46+
*.pidb.meta
47+
*.pdb.meta
48+
49+
# Unity3D Generated File On Crash Reports
50+
sysinfo.txt
51+
52+
# Builds
53+
*.apk
54+
*.unitypackage
55+
56+
# End of https://www.gitignore.io/api/unity

UnityNakamaFriends/Assets/Packages.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnityNakamaFriends/Assets/Packages/Nakama.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)