Commit Graph

518 Commits

Author SHA1 Message Date
MrGadget1024
2fe83134b4 doc: Removed LogSettings docs 2021-02-18 00:51:20 -05:00
MrGadget1024
1f3eeea749 doc: fixed typo in Authority.md 2021-02-08 19:07:25 -05:00
MrGadget1024
41753fc83c doc: fixed wrong link 2021-02-06 19:46:53 -05:00
MrGadget1024
d3fcd7c093 doc: Added NetworkOwnerChecker to Components index and toc 2021-02-06 19:39:20 -05:00
MrGadget1024
1bf96a90be doc: Updated ChangeLog 2021-02-06 19:20:03 -05:00
MrGadget1024
29992c0132 doc: Added doc for Network Owner Checker 2021-02-06 19:19:35 -05:00
MrGadget1024
14b4e12056 doc: Updated docs to reflect Kcp as default transport 2021-01-26 18:39:08 -05:00
James Frowen
f24097d370
docs: adding information about SyncVar Hook call order 2021-01-22 01:17:45 +00:00
TypicalEgg
bce042907c
Update FAQ with changing transport guide. (#2539)
* Update FAQ with changing transport guide.

* Updated based on suggestions

* Updated FAQ based on Gadget's suggestions

* Updated based on last suggestion
2021-01-21 00:49:28 -05:00
JesusLuvsYooh
11e2216894
Clarity update for SceneScript NetworkIdentity. (#2548)
Mentioned by a few users in Discord for part 11.
Added note to attach NetworkIdentity component to SceneScript, if it has not automatically done so.
2021-01-19 16:30:36 -05:00
Ryan Winstead
9ecaf81809
Fixing typo on Network Lerp Rigidbody (#2547)
I believe this should say you should NOT have a network transform on a gameobject with a network rigidbody.
2021-01-19 09:51:02 +08:00
Morten Nørgaard
1f31897e92
doc: Add Handling Disconnects doc (#2525)
* Add files via upload

In ref. to https://discord.com/channels/343440455738064897/656822943384469504/794611471832449044

* Create HandlingDisconnecting.md

* Update HandlingDisconnecting.md

* Update HandlingDisconnecting.md

* Update HandlingDisconnecting.md

More to the point, less wordy.

* Update HandlingDisconnecting.md

Cleared out reprehensible hyphens.

doc: Add Handling Disconnects doc
2021-01-17 17:53:14 -05:00
JesusLuvsYooh
a6f53f31b3
FAQ 'How to get player count?' Addition (#2523)
* FAQ How to get player count?

* Update FAQ.md

* Update FAQ.md

* Adjusted clarity for example scripts.

Made the code snippets easier to understand based on feedback.

* Update FAQ.md

* Update FAQ.md

Co-authored-by: vis2k <info@noobtuts.com>
2021-01-05 10:17:10 +08:00
James Frowen
53ffb95a1a
Update SpawnObject.md 2020-12-25 01:20:31 +00:00
JesusLuvsYooh
220c98a25e
Draft FAQ - Adding more FAQs from Discord. (#2504)
* Draft FAQ

* Update FAQ.md

* Update FAQ.md

* Update FAQ.md

* Update FAQ.md

* Update FAQ.md

* Update FAQ.md

* Update FAQ.md
2020-12-20 12:22:08 -05:00
Anthony Eckert
e3aa56a431
Update Migration.md (#2509)
This is the only occurrence of LLAPITransport I could find. Replacing it with a reference to UDP and Steam transports seems best.
2020-12-19 21:23:54 -05:00
MrGadget1024
edab0783b4 doc: Updated ChangeLog 2020-12-18 13:55:57 -05:00
MrGadget1024
4513ae8742 doc: Updated ChangeLog 2020-12-17 05:13:31 -05:00
MrGadget1024
001dc0fb13 doc: Updated ChangeLog 2020-12-17 04:30:20 -05:00
James Frowen
9e11d61fea
Update Serialization.md
adding example of Multidimensional array
2020-12-15 22:58:27 +00:00
James Frowen
b2f95397d8
more jagged arrays are fine 2020-12-15 22:57:46 +00:00
stefank0
df89f90437
Update DataTypes.md (#2490)
ReadPackedInt32 and WritePackedInt32 are deprecated.
2020-12-09 10:52:23 +08:00
MrGadget1024
d07c0ceb0a doc: Updated ChangeLog 2020-12-01 23:47:53 -05:00
Andrew Lott
4336666420
Update Dev Server docs for Kcp Transport (#2470)
* Mention Custom UDP SG rule for Kcp Transport

Since Kcp Transport is now the default in Mirror, let's update the docs to reflect that the SG needs to have a UDP rule to allow network traffic to reach the server.

* Mention UDP Firewall rule for Kcp Transport

Since Kcp Transport is now the default in Mirror, let's update the docs to reflect that a UDP rule is necessary in order to allow network traffic to reach the server.
2020-11-28 12:11:52 +08:00
MrGadget1024
c3a06b297a doc: Updated ChangeLog 2020-11-20 02:39:59 -05:00
MrGadget1024
d68d03d900 doc: Updated ChangeLog 2020-11-19 22:26:59 -05:00
MrGadget1024
148e803e8b doc: Updated ChangeLog and Deprecations docs 2020-11-19 22:21:55 -05:00
MrGadget1024
7de02aef55 doc: fixed example code to use struct with NetworkMessage 2020-11-19 13:48:17 -05:00
MrGadget1024
78141fb7c2 doc: Updated Network Manager doc 2020-11-12 09:37:03 -05:00
MrGadget1024
69ba07bdfd doc: Updated ChangeLog 2020-11-11 18:34:58 -05:00
MrGadget1024
71c4ec30db doc: Updated ChangeLog 2020-11-11 18:18:22 -05:00
JesusLuvsYooh
a50c9893e9
docs: adding namespaces to be consistent (#2416)
* QuickStart: Added name spaces for each script.

Added name spaces for each script, to keep it consistent theme throughout.
2020-11-11 15:46:25 +00:00
MrGadget1024
5084d395b3 doc: Updated Authenticators doc 2020-11-10 19:12:56 -05:00
VojtechBruza
9adf164b06
Update Start.md (#2410)
Correct typo
2020-11-09 09:38:05 -05:00
JesusLuvsYooh
8bba791b9f
Adjustment. (#2405)
(i did not add Jame's adjustments to my local version, so some things may be mismatched.
This edit fixes one of those i found.
2020-11-08 23:11:02 +00:00
MrGadget1024
758e2908a3 doc: Updated ChangeLog 2020-11-04 09:09:03 -05:00
MrGadget1024
af42616952 doc: Updated ChangeLog 2020-11-04 08:47:56 -05:00
MrGadget1024
380a18cfff doc: Updated ChangeLog 2020-11-03 17:52:52 -05:00
MrGadget1024
f2412ed366 doc: Fixed bad link 2020-11-03 17:39:03 -05:00
Matt Gutermuth
d06de6d9ce
Update index.md (#2391)
Update AWS Link in DevServer index.md
2020-11-03 21:42:57 +01:00
MrGadget1024
38355fda2e doc: fixed bad link in Transports TOC 2020-11-03 15:37:05 -05:00
MrGadget1024
8e110124de doc: Updated ChangeLog 2020-11-03 14:58:45 -05:00
MrGadget1024
fba9b8e191 doc: Updated ChangeLog 2020-11-03 14:58:01 -05:00
JesusLuvsYooh
cbf80bd1b8
Community QuickStart guide update from V3 to V5 (#2389)
* Update Quickstart V3 guide to V4

Networked scene objects tweak
Menu and scene switching
Weapon firing

* V4 Screenshots for quickstart.

* Update index.md

* Add files via upload

* Update index.md

* Add files via upload

* Update index.md
2020-11-03 09:57:16 -05:00
vis2k
1f94821a06
Update KCPTransport.md 2020-11-02 19:32:46 +01:00
vis2k
85f2f3e8a0
Update Libuv2k.md 2020-11-02 19:24:42 +01:00
MrGadget1024
4a21a3b4d8 doc: Updated ChangeLog 2020-11-02 13:01:02 -05:00
MrGadget1024
2842d9be8e doc: Added Libuv2k Transport doc 2020-11-02 11:36:32 -05:00
MrGadget1024
40e3625a8c doc: Updated KCP doc 2020-11-02 11:22:26 -05:00
MrGadget1024
7d0890b80f doc: Added doc for KCP Transport 2020-11-02 11:18:55 -05:00