Skip to content

PROPOSAL: Extend Unity tutorial with "How do I...?" Code gallery #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 49 commits into from
Closed
Show file tree
Hide file tree
Changes from 45 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
9439356
Merge pull request #1 from clockworklabs/jdetter/add-license-and-readme
jdetter Oct 12, 2023
e24bf42
Update index.md
cloutiertyler Oct 12, 2023
176c19d
Update index.md
cloutiertyler Oct 12, 2023
9d7d5c7
Including this line for completeness
jdetter Oct 12, 2023
0311707
Merge pull request #2 from clockworklabs/jdetter/small-license-update
jdetter Oct 12, 2023
ec418f1
C# Quickstart is working
jdetter Oct 12, 2023
e40ce92
Python quickstart updated
jdetter Oct 12, 2023
d6de290
Another small python quickstart fix
jdetter Oct 12, 2023
ae49385
Merge pull request #3 from clockworklabs/jdetter/sdk-docs-updates
jdetter Oct 12, 2023
60fee24
Fix Nuget command
jdetter Oct 12, 2023
5493514
Applied Phoebe's patch
jdetter Oct 12, 2023
4412276
Merge pull request #5 from clockworklabs/jdetter/another-sdk-docs-update
jdetter Oct 12, 2023
f8a7b27
This was an error in applying a patch (#6)
jdetter Oct 13, 2023
91ace6a
Unity Tutorial Updates (#7)
jdetter Oct 14, 2023
f2e1fbd
Addressing Chippy's feedback (#8)
jdetter Oct 15, 2023
2968a4e
Update C# docs for connect/disconnect (#9)
RReverser Oct 25, 2023
1cafac1
Fix syntax highlighting (#10)
jdetter Oct 26, 2023
dae1640
Update index.md
cloutiertyler Nov 21, 2023
b6c5857
Merge pull request #11 from clockworklabs/cloutiertyler-patch-1
cloutiertyler Nov 21, 2023
ba8a6f7
Update index.md
cloutiertyler Nov 22, 2023
0c5cc3d
Added nav.ts
cloutiertyler Nov 22, 2023
9f47638
Merge pull request #12 from clockworklabs/docs-fix
cloutiertyler Nov 22, 2023
98810a9
Removed satisfies keyword for better Typescript compat
cloutiertyler Nov 22, 2023
02184d9
Added slugs to nav
cloutiertyler Nov 23, 2023
adfd936
Ask users to install .NET 8
RReverser Nov 27, 2023
f43e549
Fix most (but possibly not all) links in the docs
cloutiertyler Nov 28, 2023
a7ca89c
Update nav.ts
NateTheDev1 Nov 28, 2023
5e0867b
Merge pull request #15 from clockworklabs/NateTheDev1-patch-1
NateTheDev1 Nov 28, 2023
0f86be2
Created buildeR
NateTheDev1 Nov 28, 2023
6ec2815
Merge pull request #17 from clockworklabs/docs-js-compiler
cloutiertyler Nov 28, 2023
4927343
Merge pull request #14 from clockworklabs/tyler/0.8/links-fix
cloutiertyler Nov 28, 2023
182284b
Reorganized the doc paths to match slugs and removed _category.json f…
cloutiertyler Nov 29, 2023
a6e15db
Merge pull request #18 from clockworklabs/tyler/reorg
cloutiertyler Nov 29, 2023
1fb1e0f
Revert "Reorganized the doc paths to match slugs and removed _categor…
cloutiertyler Nov 29, 2023
23a9e2a
Merge pull request #19 from clockworklabs/revert-18-tyler/reorg
cloutiertyler Nov 29, 2023
5e79903
Update index.md
cloutiertyler Dec 8, 2023
8b32302
Update index.md
cloutiertyler Dec 8, 2023
e2155c8
Merge pull request #20 from clockworklabs/cloutiertyler-patch-2
cloutiertyler Dec 8, 2023
bc9a334
Update index.md
cloutiertyler Dec 16, 2023
c51e1ed
Merge pull request #22 from clockworklabs/cloutiertyler-patch-3
cloutiertyler Dec 16, 2023
ab10382
Update index.md
cloutiertyler Dec 16, 2023
688fec0
Merge pull request #13 from clockworklabs/ingvar/net-8
cloutiertyler Dec 16, 2023
059d87b
Revert "Revert "Reorganized the doc paths to match slugs and removed …
cloutiertyler Dec 16, 2023
4dd6a93
Typescript SDK 0.8 changes (#21)
drogus Dec 18, 2023
dad82be
add unity tutorial splitup proposal
bfops Jan 22, 2024
d78a9c8
small fixes
bfops Jan 22, 2024
6df2005
typo
bfops Jan 22, 2024
76c9be3
formatting fix
bfops Jan 23, 2024
4263e9c
tiny ordering fix
bfops Jan 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
**/.vscode
.idea
*.log
node_modules
dist
node_modules
2 changes: 2 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,5 @@
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS
5 changes: 0 additions & 5 deletions docs/Client SDK Languages/C#/_category.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/Client SDK Languages/Python/_category.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/Client SDK Languages/Rust/_category.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/Client SDK Languages/Typescript/_category.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/Client SDK Languages/_category.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/Cloud Testnet/_category.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/Getting Started/_category.json

This file was deleted.

36 changes: 0 additions & 36 deletions docs/Getting Started/index.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/HTTP API Reference/_category.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/Module ABI Reference/_category.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/Overview/_category.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/SATN Reference/_category.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/SQL Reference/_category.json

This file was deleted.

6 changes: 0 additions & 6 deletions docs/Server Module Languages/C#/_category.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/Server Module Languages/Rust/_category.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/Server Module Languages/_category.json

This file was deleted.

Loading