You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
The following was changed: - The remapper in AZ::IdUtils now has an additional argument to tell it what to do when it encounters the same source entity id. The original behavior of ignoring the new entity id and returning the first occurrence is the default. The alternative behavior is to store the last known entity id and return that instead. - Split the optional arguments for SpawnAllEntities and SpawnEntities. - SpawnEntities now has an option to continue with the entity mapping from a previous spawn call or to start with a fresh mapping. The latter is the default as the former will come at a performance cost since the mapping table has to be reconstructed. - Entities spawned using SpawnEntities and ReloadEntities now also get the correct entity mapping applied. - Added several new unit tests to cover most of the new functionality. - Fixed some places where the older API version was still called. |
5 years ago | |
|---|---|---|
| .. | ||
| NetBindMarkerComponent.cpp | 5 years ago | |
| NetBindMarkerComponent.h | 5 years ago | |
| NetworkPrefabProcessor.cpp | 5 years ago | |
| NetworkPrefabProcessor.h | 5 years ago | |
| NetworkSpawnableHolderComponent.cpp | 5 years ago | |
| NetworkSpawnableHolderComponent.h | 5 years ago | |