Fix the relative path in the Source param for the PrefabLevel_OpensLevelWithEntities prefab (#1196)

* Fixed the relative path in the Source param for the PrefabLevel_OpensLevelWithEntities prefab. Plus bonus capitalization fix.

* Add empty Cached Transform Parent parameter to prevent patch application issues. This will be fixed once prefab sanitation on load is added.
This commit is contained in:
Danilo Aimini
2021-06-08 17:44:30 -07:00
committed by GitHub
parent 5f82e5a111
commit fd81000d53
2 changed files with 4 additions and 3 deletions
@@ -41,7 +41,7 @@ def PrefabLevel_OpensLevelWithEntities():
EXPECTED_EMPTY_ENTITY_POS = Vector3(10.00, 20.0, 30.0)
helper.init_idle()
helper.open_level("prefab", "PrefabLevel_OpensLevelWithEntities")
helper.open_level("Prefab", "PrefabLevel_OpensLevelWithEntities")
def find_entity(entity_name):
searchFilter = entity.SearchFilter()