-
Notifications
You must be signed in to change notification settings - Fork 127
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
feat: dynamic prefabs sample #63
Merged
fernando-cortez
merged 60 commits into
develop
from
pdeschain/dynamic-prefabs-exploration
Feb 14, 2023
Merged
feat: dynamic prefabs sample #63
fernando-cortez
merged 60 commits into
develop
from
pdeschain/dynamic-prefabs-exploration
Feb 14, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
...s/Scripts/00_Simplest Scenario - all prefabs are added before connection/PreloadingSample.cs
Outdated
Show resolved
Hide resolved
...s/Scripts/00_Simplest Scenario - all prefabs are added before connection/PreloadingSample.cs
Outdated
Show resolved
Hide resolved
...icPrefabs/Assets/Scripts/01_Sparse loading with no latejoin/SparseLoadingNoLatejoinSample.cs
Outdated
Show resolved
Hide resolved
...icPrefabs/Assets/Scripts/01_Sparse loading with no latejoin/SparseLoadingNoLatejoinSample.cs
Outdated
Show resolved
Hide resolved
...icPrefabs/Assets/Scripts/01_Sparse loading with no latejoin/SparseLoadingNoLatejoinSample.cs
Outdated
Show resolved
Hide resolved
...icPrefabs/Assets/Scripts/01_Sparse loading with no latejoin/SparseLoadingNoLatejoinSample.cs
Outdated
Show resolved
Hide resolved
...icPrefabs/Assets/Scripts/01_Sparse loading with no latejoin/SparseLoadingNoLatejoinSample.cs
Outdated
Show resolved
Hide resolved
...icPrefabs/Assets/Scripts/01_Sparse loading with no latejoin/SparseLoadingNoLatejoinSample.cs
Outdated
Show resolved
Hide resolved
…latejoin/SparseLoadingNoLatejoinSample.cs Co-authored-by: Sam Bellomo <[email protected]>
…latejoin/SparseLoadingNoLatejoinSample.cs Co-authored-by: Sam Bellomo <[email protected]>
…nderstand what's going on
…lready been preloaded on all peers
… visibility system
Basic/DyanmicPrefabs/Assets/Scripts/Shared/ConnectionStates/ClientConnectingState.cs
Outdated
Show resolved
Hide resolved
Basic/DyanmicPrefabs/Assets/Scripts/Shared/DynamicPrefabLoadingUtilities.cs
Outdated
Show resolved
Hide resolved
Basic/DyanmicPrefabs/Assets/Scripts/Shared/DynamicPrefabLoadingUtilities.cs
Outdated
Show resolved
Hide resolved
Basic/DyanmicPrefabs/Assets/Scripts/Shared/DynamicPrefabLoadingUtilities.cs
Outdated
Show resolved
Hide resolved
…ocations with IEqualityComparer
...asing All Post-Connection Time Use-Cases/APIPlaygroundShowcasingAllPostConnectionUseCases.cs
Outdated
Show resolved
Hide resolved
...itative Synchronous Dynamic Prefab Spawn/ServerAuthoritativeSynchronousDynamicPrefabSpawn.cs
Outdated
Show resolved
Hide resolved
...itative Synchronous Dynamic Prefab Spawn/ServerAuthoritativeSynchronousDynamicPrefabSpawn.cs
Outdated
Show resolved
Hide resolved
SamuelBellomo
approved these changes
Feb 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a new sample to the Basic/ directory
This sample covers the two currently possible use-cases for dynamic prefabs:
Server authoritative dynamic prefab loading can:
Below are the flowcharts for the more complicated spawning strategies that we have: