Commit c2fc8fe
authored
docs: Fix note for custom NetworkVariable (#3685)
## Purpose of this PR
The [note
here](https://docs.unity3d.com/Packages/com.unity.netcode.gameobjects@2.5/manual/basics/networkvariable.html#custom-networkvariable-implementations)
is not formatted correctly. I decided to remove the "Disclaimer" part,
as it felt like it doubled the intention of the note.
### Jira ticket
N/A
## Documentation
[//]: # (
This section is REQUIRED and should mention what documentation changes
were following the changes in this PR.
We should always evaluate if the changes in this PR require any
documentation changes.
)
- Includes edits to existing public API documentation.
## Testing & QA (How your changes can be verified during release
Playtest)
[//]: # (
This section is REQUIRED and should describe how the changes were tested
and how should they be tested when Playtesting for the release.
It can range from "edge case covered by unit tests" to "manual testing
required and new sample was added".
Expectation is that PR creator does some manual testing and provides a
summary of it here.)
<!-- Add any performance testing results here if relevant. -->
### Functional Testing
[//]: # (If checked, List manual tests that have been performed.)
_Manual testing :_
- [ ] `Manual testing done`
_Automated tests:_
- [ ] `Covered by existing automated tests`
- [ ] `Covered by new automated tests`
_Does the change require QA team to:_
- [ ] `Review automated tests`?
- [ ] `Execute manual tests`?
- [ ] `Provide feedback about the PR`?
If any boxes above are checked the QA team will be automatically added
as a PR reviewer.
## Backports
[//]: # (
This section is REQUIRED and should link to the PR that targets other
NGO version which is either develop or develop-2.0.0 branch
Add the following to the PR title: "\[Backport\] ..."
If this is not needed, for example feature specific to NGOv2.X, then
just mention this fact.
)1 parent 2081683 commit c2fc8fe
File tree
1 file changed
+1
-1
lines changed- com.unity.netcode.gameobjects/Documentation~/basics
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
478 | | - | |
| 478 | + | |
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
| |||
0 commit comments