Version: 164.0.0

This commit is contained in:
metalgearsloth
2023-09-30 15:19:43 +10:00
parent 4818c3aab4
commit 58aa6e5c75
2 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -35,7 +35,7 @@ END TEMPLATE-->
### Breaking changes
*None yet*
* Removed cloneData from AutoNetworkedFieldAttribute. This is now automatically inferred.
### New features
@@ -54,6 +54,17 @@ END TEMPLATE-->
*None yet*
## 164.0.0
### Breaking changes
* Make automatic component states infer cloneData.
### Internal
* Reduce Transform GetComponents in RecursiveDeleteEntity.
## 163.0.0
### Breaking changes