| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| /// </summary> | ||
| [BurstCompile] | ||
| internal unsafe struct NetworkMetricsPipelineStage : INetworkPipelineStage | ||
| public unsafe struct NetworkMetricsPipelineStage : INetworkPipelineStage |
There was a problem hiding this comment.
I believe that due to this change you should bump package version in package.json to 2.9.0. But vetting test should verify this (will fail if you should bump it)
Sorry, something went wrong.
There was a problem hiding this comment.
Good to me but @NoelStephensUnity @EmandM please double check me
@simon-lemay-unity I would aim to merge this before Friday since we have a release next week
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good to me!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Purpose of this PR
As the title says, this PR makes NetworkMetricsPipelineStage public. This is required if you want to use custom drivers that are compatible with the multiplayer tools package as you need to register that pipeline stage before it can be used to create pipelines.
Jira ticket
N/A
Changelog
Documentation
Testing & QA (How your changes can be verified during release Playtest)
Functional Testing
Manual testing :
Automated tests:
Does the change require QA team to:
Backports
N/A