Merge remote-tracking branch 'upstream/development' into thin-transmission
Signed-off-by: Santi Paprika <santi.gonzalez.cs@gmail.com>monroegm-disable-blank-issue-2
commit
6e21d63943
@ -0,0 +1,66 @@
|
|||||||
|
"""
|
||||||
|
Copyright (c) Contributors to the Open 3D Engine Project.
|
||||||
|
For complete copyright and license terms please see the LICENSE at the root of this distribution.
|
||||||
|
|
||||||
|
SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
# Test Case Title : Check that the basic client connect test works
|
||||||
|
|
||||||
|
|
||||||
|
# fmt: off
|
||||||
|
class TestConstants:
|
||||||
|
enter_game_mode = ("Entered game mode", "Failed to enter game mode")
|
||||||
|
exit_game_mode = ("Exited game mode", "Couldn't exit game mode")
|
||||||
|
find_network_player = ("Found network player", "Couldn't find network player")
|
||||||
|
# fmt: on
|
||||||
|
|
||||||
|
|
||||||
|
def Multiplayer_BasicConnectivity_Connects():
|
||||||
|
r"""
|
||||||
|
Summary:
|
||||||
|
Runs a test to make sure that a networked player can be spawned
|
||||||
|
|
||||||
|
Level Description:
|
||||||
|
- Dynamic
|
||||||
|
1. Although the level is empty, when the server and editor connect the server will spawn the player prefab.
|
||||||
|
- Static
|
||||||
|
1. This is an empty level.
|
||||||
|
|
||||||
|
Expected Outcome:
|
||||||
|
We should see the player connect and spawn with no errors.
|
||||||
|
|
||||||
|
:return:
|
||||||
|
"""
|
||||||
|
import azlmbr.legacy.general as general
|
||||||
|
from editor_python_test_tools.utils import Report
|
||||||
|
from editor_python_test_tools.utils import Tracer
|
||||||
|
|
||||||
|
from editor_python_test_tools.utils import TestHelper as helper
|
||||||
|
|
||||||
|
|
||||||
|
level_name = "BasicConnectivity_Connects"
|
||||||
|
player_prefab_name = "Player"
|
||||||
|
player_prefab_path = f"levels/multiplayer/{level_name}/{player_prefab_name}.network.spawnable"
|
||||||
|
|
||||||
|
helper.init_idle()
|
||||||
|
|
||||||
|
# 1) Open Level
|
||||||
|
helper.open_level("Multiplayer", level_name)
|
||||||
|
|
||||||
|
with Tracer() as section_tracer:
|
||||||
|
# 2) Enter game mode
|
||||||
|
helper.multiplayer_enter_game_mode(TestConstants.enter_game_mode, player_prefab_path.lower())
|
||||||
|
|
||||||
|
# 3) Make sure the network player was spawned
|
||||||
|
player_id = general.find_game_entity(player_prefab_name)
|
||||||
|
Report.critical_result(TestConstants.find_network_player, player_id.IsValid())
|
||||||
|
|
||||||
|
# Exit game mode
|
||||||
|
helper.exit_game_mode(TestConstants.exit_game_mode)
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
from editor_python_test_tools.utils import Report
|
||||||
|
Report.start_test(Multiplayer_BasicConnectivity_Connects)
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,581 @@
|
|||||||
|
{
|
||||||
|
"ContainerEntity": {
|
||||||
|
"Id": "Entity_[1146574390643]",
|
||||||
|
"Name": "Level",
|
||||||
|
"Components": {
|
||||||
|
"Component_[10641544592923449938]": {
|
||||||
|
"$type": "EditorInspectorComponent",
|
||||||
|
"Id": 10641544592923449938
|
||||||
|
},
|
||||||
|
"Component_[12039882709170782873]": {
|
||||||
|
"$type": "EditorOnlyEntityComponent",
|
||||||
|
"Id": 12039882709170782873
|
||||||
|
},
|
||||||
|
"Component_[12265484671603697631]": {
|
||||||
|
"$type": "EditorPendingCompositionComponent",
|
||||||
|
"Id": 12265484671603697631
|
||||||
|
},
|
||||||
|
"Component_[14126657869720434043]": {
|
||||||
|
"$type": "EditorEntitySortComponent",
|
||||||
|
"Id": 14126657869720434043
|
||||||
|
},
|
||||||
|
"Component_[15230859088967841193]": {
|
||||||
|
"$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
|
||||||
|
"Id": 15230859088967841193,
|
||||||
|
"Parent Entity": ""
|
||||||
|
},
|
||||||
|
"Component_[16239496886950819870]": {
|
||||||
|
"$type": "EditorDisabledCompositionComponent",
|
||||||
|
"Id": 16239496886950819870
|
||||||
|
},
|
||||||
|
"Component_[5688118765544765547]": {
|
||||||
|
"$type": "EditorEntityIconComponent",
|
||||||
|
"Id": 5688118765544765547
|
||||||
|
},
|
||||||
|
"Component_[6545738857812235305]": {
|
||||||
|
"$type": "SelectionComponent",
|
||||||
|
"Id": 6545738857812235305
|
||||||
|
},
|
||||||
|
"Component_[7247035804068349658]": {
|
||||||
|
"$type": "EditorPrefabComponent",
|
||||||
|
"Id": 7247035804068349658
|
||||||
|
},
|
||||||
|
"Component_[9307224322037797205]": {
|
||||||
|
"$type": "EditorLockComponent",
|
||||||
|
"Id": 9307224322037797205
|
||||||
|
},
|
||||||
|
"Component_[9562516168917670048]": {
|
||||||
|
"$type": "EditorVisibilityComponent",
|
||||||
|
"Id": 9562516168917670048
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Entities": {
|
||||||
|
"Entity_[1155164325235]": {
|
||||||
|
"Id": "Entity_[1155164325235]",
|
||||||
|
"Name": "Sun",
|
||||||
|
"Components": {
|
||||||
|
"Component_[10440557478882592717]": {
|
||||||
|
"$type": "SelectionComponent",
|
||||||
|
"Id": 10440557478882592717
|
||||||
|
},
|
||||||
|
"Component_[13620450453324765907]": {
|
||||||
|
"$type": "EditorLockComponent",
|
||||||
|
"Id": 13620450453324765907
|
||||||
|
},
|
||||||
|
"Component_[2134313378593666258]": {
|
||||||
|
"$type": "EditorInspectorComponent",
|
||||||
|
"Id": 2134313378593666258
|
||||||
|
},
|
||||||
|
"Component_[234010807770404186]": {
|
||||||
|
"$type": "EditorVisibilityComponent",
|
||||||
|
"Id": 234010807770404186
|
||||||
|
},
|
||||||
|
"Component_[2970359110423865725]": {
|
||||||
|
"$type": "EditorEntityIconComponent",
|
||||||
|
"Id": 2970359110423865725
|
||||||
|
},
|
||||||
|
"Component_[3722854130373041803]": {
|
||||||
|
"$type": "EditorOnlyEntityComponent",
|
||||||
|
"Id": 3722854130373041803
|
||||||
|
},
|
||||||
|
"Component_[5992533738676323195]": {
|
||||||
|
"$type": "EditorDisabledCompositionComponent",
|
||||||
|
"Id": 5992533738676323195
|
||||||
|
},
|
||||||
|
"Component_[7378860763541895402]": {
|
||||||
|
"$type": "AZ::Render::EditorDirectionalLightComponent",
|
||||||
|
"Id": 7378860763541895402,
|
||||||
|
"Controller": {
|
||||||
|
"Configuration": {
|
||||||
|
"Intensity": 1.0,
|
||||||
|
"CameraEntityId": "",
|
||||||
|
"ShadowFilterMethod": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Component_[7892834440890947578]": {
|
||||||
|
"$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
|
||||||
|
"Id": 7892834440890947578,
|
||||||
|
"Parent Entity": "Entity_[1176639161715]",
|
||||||
|
"Transform Data": {
|
||||||
|
"Translate": [
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
13.487043380737305
|
||||||
|
],
|
||||||
|
"Rotate": [
|
||||||
|
-76.13099670410156,
|
||||||
|
-0.847000002861023,
|
||||||
|
-15.8100004196167
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Component_[8599729549570828259]": {
|
||||||
|
"$type": "EditorEntitySortComponent",
|
||||||
|
"Id": 8599729549570828259
|
||||||
|
},
|
||||||
|
"Component_[952797371922080273]": {
|
||||||
|
"$type": "EditorPendingCompositionComponent",
|
||||||
|
"Id": 952797371922080273
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Entity_[1159459292531]": {
|
||||||
|
"Id": "Entity_[1159459292531]",
|
||||||
|
"Name": "Ground",
|
||||||
|
"Components": {
|
||||||
|
"Component_[11701138785793981042]": {
|
||||||
|
"$type": "SelectionComponent",
|
||||||
|
"Id": 11701138785793981042
|
||||||
|
},
|
||||||
|
"Component_[12260880513256986252]": {
|
||||||
|
"$type": "EditorEntityIconComponent",
|
||||||
|
"Id": 12260880513256986252
|
||||||
|
},
|
||||||
|
"Component_[13711420870643673468]": {
|
||||||
|
"$type": "EditorDisabledCompositionComponent",
|
||||||
|
"Id": 13711420870643673468
|
||||||
|
},
|
||||||
|
"Component_[138002849734991713]": {
|
||||||
|
"$type": "EditorOnlyEntityComponent",
|
||||||
|
"Id": 138002849734991713
|
||||||
|
},
|
||||||
|
"Component_[16578565737331764849]": {
|
||||||
|
"$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
|
||||||
|
"Id": 16578565737331764849,
|
||||||
|
"Parent Entity": "Entity_[1176639161715]"
|
||||||
|
},
|
||||||
|
"Component_[16919232076966545697]": {
|
||||||
|
"$type": "EditorInspectorComponent",
|
||||||
|
"Id": 16919232076966545697
|
||||||
|
},
|
||||||
|
"Component_[5182430712893438093]": {
|
||||||
|
"$type": "EditorMaterialComponent",
|
||||||
|
"Id": 5182430712893438093
|
||||||
|
},
|
||||||
|
"Component_[5675108321710651991]": {
|
||||||
|
"$type": "AZ::Render::EditorMeshComponent",
|
||||||
|
"Id": 5675108321710651991,
|
||||||
|
"Controller": {
|
||||||
|
"Configuration": {
|
||||||
|
"ModelAsset": {
|
||||||
|
"assetId": {
|
||||||
|
"guid": "{0CD745C0-6AA8-569A-A68A-73A3270986C4}",
|
||||||
|
"subId": 277889906
|
||||||
|
},
|
||||||
|
"assetHint": "objects/groudplane/groundplane_512x512m.azmodel"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Component_[5681893399601237518]": {
|
||||||
|
"$type": "EditorEntitySortComponent",
|
||||||
|
"Id": 5681893399601237518
|
||||||
|
},
|
||||||
|
"Component_[592692962543397545]": {
|
||||||
|
"$type": "EditorPendingCompositionComponent",
|
||||||
|
"Id": 592692962543397545
|
||||||
|
},
|
||||||
|
"Component_[7090012899106946164]": {
|
||||||
|
"$type": "EditorLockComponent",
|
||||||
|
"Id": 7090012899106946164
|
||||||
|
},
|
||||||
|
"Component_[9410832619875640998]": {
|
||||||
|
"$type": "EditorVisibilityComponent",
|
||||||
|
"Id": 9410832619875640998
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Entity_[1163754259827]": {
|
||||||
|
"Id": "Entity_[1163754259827]",
|
||||||
|
"Name": "Camera",
|
||||||
|
"Components": {
|
||||||
|
"Component_[11895140916889160460]": {
|
||||||
|
"$type": "EditorEntityIconComponent",
|
||||||
|
"Id": 11895140916889160460
|
||||||
|
},
|
||||||
|
"Component_[16880285896855930892]": {
|
||||||
|
"$type": "{CA11DA46-29FF-4083-B5F6-E02C3A8C3A3D} EditorCameraComponent",
|
||||||
|
"Id": 16880285896855930892,
|
||||||
|
"Controller": {
|
||||||
|
"Configuration": {
|
||||||
|
"Field of View": 55.0,
|
||||||
|
"EditorEntityId": 8929576024571800510
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Component_[17187464423780271193]": {
|
||||||
|
"$type": "EditorLockComponent",
|
||||||
|
"Id": 17187464423780271193
|
||||||
|
},
|
||||||
|
"Component_[17495696818315413311]": {
|
||||||
|
"$type": "EditorEntitySortComponent",
|
||||||
|
"Id": 17495696818315413311
|
||||||
|
},
|
||||||
|
"Component_[18086214374043522055]": {
|
||||||
|
"$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
|
||||||
|
"Id": 18086214374043522055,
|
||||||
|
"Parent Entity": "Entity_[1176639161715]",
|
||||||
|
"Transform Data": {
|
||||||
|
"Translate": [
|
||||||
|
-2.3000001907348633,
|
||||||
|
-3.9368600845336914,
|
||||||
|
1.0
|
||||||
|
],
|
||||||
|
"Rotate": [
|
||||||
|
-2.050307512283325,
|
||||||
|
1.9552897214889526,
|
||||||
|
-43.623355865478516
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Component_[18387556550380114975]": {
|
||||||
|
"$type": "SelectionComponent",
|
||||||
|
"Id": 18387556550380114975
|
||||||
|
},
|
||||||
|
"Component_[2654521436129313160]": {
|
||||||
|
"$type": "EditorVisibilityComponent",
|
||||||
|
"Id": 2654521436129313160
|
||||||
|
},
|
||||||
|
"Component_[5265045084611556958]": {
|
||||||
|
"$type": "EditorDisabledCompositionComponent",
|
||||||
|
"Id": 5265045084611556958
|
||||||
|
},
|
||||||
|
"Component_[7169798125182238623]": {
|
||||||
|
"$type": "EditorPendingCompositionComponent",
|
||||||
|
"Id": 7169798125182238623
|
||||||
|
},
|
||||||
|
"Component_[7255796294953281766]": {
|
||||||
|
"$type": "GenericComponentWrapper",
|
||||||
|
"Id": 7255796294953281766,
|
||||||
|
"m_template": {
|
||||||
|
"$type": "FlyCameraInputComponent"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Component_[8866210352157164042]": {
|
||||||
|
"$type": "EditorInspectorComponent",
|
||||||
|
"Id": 8866210352157164042
|
||||||
|
},
|
||||||
|
"Component_[9129253381063760879]": {
|
||||||
|
"$type": "EditorOnlyEntityComponent",
|
||||||
|
"Id": 9129253381063760879
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Entity_[1168049227123]": {
|
||||||
|
"Id": "Entity_[1168049227123]",
|
||||||
|
"Name": "Grid",
|
||||||
|
"Components": {
|
||||||
|
"Component_[11443347433215807130]": {
|
||||||
|
"$type": "EditorEntityIconComponent",
|
||||||
|
"Id": 11443347433215807130
|
||||||
|
},
|
||||||
|
"Component_[11779275529534764488]": {
|
||||||
|
"$type": "SelectionComponent",
|
||||||
|
"Id": 11779275529534764488
|
||||||
|
},
|
||||||
|
"Component_[14249419413039427459]": {
|
||||||
|
"$type": "EditorInspectorComponent",
|
||||||
|
"Id": 14249419413039427459
|
||||||
|
},
|
||||||
|
"Component_[15448581635946161318]": {
|
||||||
|
"$type": "AZ::Render::EditorGridComponent",
|
||||||
|
"Id": 15448581635946161318,
|
||||||
|
"Controller": {
|
||||||
|
"Configuration": {
|
||||||
|
"primarySpacing": 4.0,
|
||||||
|
"primaryColor": [
|
||||||
|
0.501960813999176,
|
||||||
|
0.501960813999176,
|
||||||
|
0.501960813999176
|
||||||
|
],
|
||||||
|
"secondarySpacing": 0.5,
|
||||||
|
"secondaryColor": [
|
||||||
|
0.250980406999588,
|
||||||
|
0.250980406999588,
|
||||||
|
0.250980406999588
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Component_[1843303322527297409]": {
|
||||||
|
"$type": "EditorDisabledCompositionComponent",
|
||||||
|
"Id": 1843303322527297409
|
||||||
|
},
|
||||||
|
"Component_[380249072065273654]": {
|
||||||
|
"$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
|
||||||
|
"Id": 380249072065273654,
|
||||||
|
"Parent Entity": "Entity_[1176639161715]"
|
||||||
|
},
|
||||||
|
"Component_[7476660583684339787]": {
|
||||||
|
"$type": "EditorPendingCompositionComponent",
|
||||||
|
"Id": 7476660583684339787
|
||||||
|
},
|
||||||
|
"Component_[7557626501215118375]": {
|
||||||
|
"$type": "EditorEntitySortComponent",
|
||||||
|
"Id": 7557626501215118375
|
||||||
|
},
|
||||||
|
"Component_[7984048488947365511]": {
|
||||||
|
"$type": "EditorVisibilityComponent",
|
||||||
|
"Id": 7984048488947365511
|
||||||
|
},
|
||||||
|
"Component_[8118181039276487398]": {
|
||||||
|
"$type": "EditorOnlyEntityComponent",
|
||||||
|
"Id": 8118181039276487398
|
||||||
|
},
|
||||||
|
"Component_[9189909764215270515]": {
|
||||||
|
"$type": "EditorLockComponent",
|
||||||
|
"Id": 9189909764215270515
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Entity_[1172344194419]": {
|
||||||
|
"Id": "Entity_[1172344194419]",
|
||||||
|
"Name": "Shader Ball",
|
||||||
|
"Components": {
|
||||||
|
"Component_[10789351944715265527]": {
|
||||||
|
"$type": "EditorOnlyEntityComponent",
|
||||||
|
"Id": 10789351944715265527
|
||||||
|
},
|
||||||
|
"Component_[12037033284781049225]": {
|
||||||
|
"$type": "EditorEntitySortComponent",
|
||||||
|
"Id": 12037033284781049225
|
||||||
|
},
|
||||||
|
"Component_[13759153306105970079]": {
|
||||||
|
"$type": "EditorPendingCompositionComponent",
|
||||||
|
"Id": 13759153306105970079
|
||||||
|
},
|
||||||
|
"Component_[14135560884830586279]": {
|
||||||
|
"$type": "EditorInspectorComponent",
|
||||||
|
"Id": 14135560884830586279
|
||||||
|
},
|
||||||
|
"Component_[16247165675903986673]": {
|
||||||
|
"$type": "EditorVisibilityComponent",
|
||||||
|
"Id": 16247165675903986673
|
||||||
|
},
|
||||||
|
"Component_[18082433625958885247]": {
|
||||||
|
"$type": "EditorDisabledCompositionComponent",
|
||||||
|
"Id": 18082433625958885247
|
||||||
|
},
|
||||||
|
"Component_[6472623349872972660]": {
|
||||||
|
"$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
|
||||||
|
"Id": 6472623349872972660,
|
||||||
|
"Parent Entity": "Entity_[1176639161715]",
|
||||||
|
"Transform Data": {
|
||||||
|
"Rotate": [
|
||||||
|
0.0,
|
||||||
|
0.10000000149011612,
|
||||||
|
180.0
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Component_[6495255223970673916]": {
|
||||||
|
"$type": "AZ::Render::EditorMeshComponent",
|
||||||
|
"Id": 6495255223970673916,
|
||||||
|
"Controller": {
|
||||||
|
"Configuration": {
|
||||||
|
"ModelAsset": {
|
||||||
|
"assetId": {
|
||||||
|
"guid": "{FD340C30-755C-5911-92A3-19A3F7A77931}",
|
||||||
|
"subId": 281415304
|
||||||
|
},
|
||||||
|
"assetHint": "objects/shaderball/shaderball_default_1m.azmodel"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Component_[8056625192494070973]": {
|
||||||
|
"$type": "SelectionComponent",
|
||||||
|
"Id": 8056625192494070973
|
||||||
|
},
|
||||||
|
"Component_[8550141614185782969]": {
|
||||||
|
"$type": "EditorEntityIconComponent",
|
||||||
|
"Id": 8550141614185782969
|
||||||
|
},
|
||||||
|
"Component_[9439770997198325425]": {
|
||||||
|
"$type": "EditorLockComponent",
|
||||||
|
"Id": 9439770997198325425
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Entity_[1176639161715]": {
|
||||||
|
"Id": "Entity_[1176639161715]",
|
||||||
|
"Name": "Atom Default Environment",
|
||||||
|
"Components": {
|
||||||
|
"Component_[10757302973393310045]": {
|
||||||
|
"$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
|
||||||
|
"Id": 10757302973393310045,
|
||||||
|
"Parent Entity": "Entity_[1146574390643]"
|
||||||
|
},
|
||||||
|
"Component_[14505817420424255464]": {
|
||||||
|
"$type": "EditorInspectorComponent",
|
||||||
|
"Id": 14505817420424255464,
|
||||||
|
"ComponentOrderEntryArray": [
|
||||||
|
{
|
||||||
|
"ComponentId": 10757302973393310045
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Component_[14988041764659020032]": {
|
||||||
|
"$type": "EditorLockComponent",
|
||||||
|
"Id": 14988041764659020032
|
||||||
|
},
|
||||||
|
"Component_[15808690248755038124]": {
|
||||||
|
"$type": "SelectionComponent",
|
||||||
|
"Id": 15808690248755038124
|
||||||
|
},
|
||||||
|
"Component_[15900837685796817138]": {
|
||||||
|
"$type": "EditorVisibilityComponent",
|
||||||
|
"Id": 15900837685796817138
|
||||||
|
},
|
||||||
|
"Component_[3298767348226484884]": {
|
||||||
|
"$type": "EditorOnlyEntityComponent",
|
||||||
|
"Id": 3298767348226484884
|
||||||
|
},
|
||||||
|
"Component_[4076975109609220594]": {
|
||||||
|
"$type": "EditorPendingCompositionComponent",
|
||||||
|
"Id": 4076975109609220594
|
||||||
|
},
|
||||||
|
"Component_[5679760548946028854]": {
|
||||||
|
"$type": "EditorDisabledCompositionComponent",
|
||||||
|
"Id": 5679760548946028854
|
||||||
|
},
|
||||||
|
"Component_[5855590796136709437]": {
|
||||||
|
"$type": "EditorEntitySortComponent",
|
||||||
|
"Id": 5855590796136709437,
|
||||||
|
"ChildEntityOrderEntryArray": [
|
||||||
|
{
|
||||||
|
"EntityId": "Entity_[1155164325235]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"EntityId": "Entity_[1180934129011]",
|
||||||
|
"SortIndex": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"EntityId": "Entity_[1172344194419]",
|
||||||
|
"SortIndex": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"EntityId": "Entity_[1168049227123]",
|
||||||
|
"SortIndex": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"EntityId": "Entity_[1163754259827]",
|
||||||
|
"SortIndex": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"EntityId": "Entity_[1159459292531]",
|
||||||
|
"SortIndex": 5
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Component_[9277695270015777859]": {
|
||||||
|
"$type": "EditorEntityIconComponent",
|
||||||
|
"Id": 9277695270015777859
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Entity_[1180934129011]": {
|
||||||
|
"Id": "Entity_[1180934129011]",
|
||||||
|
"Name": "Global Sky",
|
||||||
|
"Components": {
|
||||||
|
"Component_[11231930600558681245]": {
|
||||||
|
"$type": "AZ::Render::EditorHDRiSkyboxComponent",
|
||||||
|
"Id": 11231930600558681245,
|
||||||
|
"Controller": {
|
||||||
|
"Configuration": {
|
||||||
|
"CubemapAsset": {
|
||||||
|
"assetId": {
|
||||||
|
"guid": "{215E47FD-D181-5832-B1AB-91673ABF6399}",
|
||||||
|
"subId": 1000
|
||||||
|
},
|
||||||
|
"assetHint": "lightingpresets/highcontrast/goegap_4k_skyboxcm.exr.streamingimage"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Component_[11980494120202836095]": {
|
||||||
|
"$type": "SelectionComponent",
|
||||||
|
"Id": 11980494120202836095
|
||||||
|
},
|
||||||
|
"Component_[1428633914413949476]": {
|
||||||
|
"$type": "EditorLockComponent",
|
||||||
|
"Id": 1428633914413949476
|
||||||
|
},
|
||||||
|
"Component_[14936200426671614999]": {
|
||||||
|
"$type": "AZ::Render::EditorImageBasedLightComponent",
|
||||||
|
"Id": 14936200426671614999,
|
||||||
|
"Controller": {
|
||||||
|
"Configuration": {
|
||||||
|
"diffuseImageAsset": {
|
||||||
|
"assetId": {
|
||||||
|
"guid": "{3FD09945-D0F2-55C8-B9AF-B2FD421FE3BE}",
|
||||||
|
"subId": 3000
|
||||||
|
},
|
||||||
|
"assetHint": "lightingpresets/highcontrast/goegap_4k_iblglobalcm_ibldiffuse.exr.streamingimage"
|
||||||
|
},
|
||||||
|
"specularImageAsset": {
|
||||||
|
"assetId": {
|
||||||
|
"guid": "{3FD09945-D0F2-55C8-B9AF-B2FD421FE3BE}",
|
||||||
|
"subId": 2000
|
||||||
|
},
|
||||||
|
"assetHint": "lightingpresets/highcontrast/goegap_4k_iblglobalcm_iblspecular.exr.streamingimage"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Component_[14994774102579326069]": {
|
||||||
|
"$type": "EditorDisabledCompositionComponent",
|
||||||
|
"Id": 14994774102579326069
|
||||||
|
},
|
||||||
|
"Component_[15417479889044493340]": {
|
||||||
|
"$type": "EditorPendingCompositionComponent",
|
||||||
|
"Id": 15417479889044493340
|
||||||
|
},
|
||||||
|
"Component_[15826613364991382688]": {
|
||||||
|
"$type": "EditorEntitySortComponent",
|
||||||
|
"Id": 15826613364991382688
|
||||||
|
},
|
||||||
|
"Component_[1665003113283562343]": {
|
||||||
|
"$type": "EditorOnlyEntityComponent",
|
||||||
|
"Id": 1665003113283562343
|
||||||
|
},
|
||||||
|
"Component_[3704934735944502280]": {
|
||||||
|
"$type": "EditorEntityIconComponent",
|
||||||
|
"Id": 3704934735944502280
|
||||||
|
},
|
||||||
|
"Component_[5698542331457326479]": {
|
||||||
|
"$type": "EditorVisibilityComponent",
|
||||||
|
"Id": 5698542331457326479
|
||||||
|
},
|
||||||
|
"Component_[6644513399057217122]": {
|
||||||
|
"$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
|
||||||
|
"Id": 6644513399057217122,
|
||||||
|
"Parent Entity": "Entity_[1176639161715]"
|
||||||
|
},
|
||||||
|
"Component_[931091830724002070]": {
|
||||||
|
"$type": "EditorInspectorComponent",
|
||||||
|
"Id": 931091830724002070
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Instances": {
|
||||||
|
"Instance_[450137905015]": {
|
||||||
|
"Source": "Levels/Multiplayer/BasicConnectivity_Connects/Player.prefab",
|
||||||
|
"Patches": [
|
||||||
|
{
|
||||||
|
"op": "replace",
|
||||||
|
"path": "/ContainerEntity/Components/Component_[14438229160106431107]/Parent Entity",
|
||||||
|
"value": "../Entity_[1146574390643]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"op": "replace",
|
||||||
|
"path": "/ContainerEntity/Components/Component_[14438229160106431107]/Transform Data/Translate/1",
|
||||||
|
"value": 10.0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,118 @@
|
|||||||
|
{
|
||||||
|
"ContainerEntity": {
|
||||||
|
"Id": "ContainerEntity",
|
||||||
|
"Name": "Player",
|
||||||
|
"Components": {
|
||||||
|
"Component_[10518577910351346732]": {
|
||||||
|
"$type": "EditorLockComponent",
|
||||||
|
"Id": 10518577910351346732
|
||||||
|
},
|
||||||
|
"Component_[10982887273490848966]": {
|
||||||
|
"$type": "EditorDisabledCompositionComponent",
|
||||||
|
"Id": 10982887273490848966
|
||||||
|
},
|
||||||
|
"Component_[12400551793021799684]": {
|
||||||
|
"$type": "SelectionComponent",
|
||||||
|
"Id": 12400551793021799684
|
||||||
|
},
|
||||||
|
"Component_[1257365873906714292]": {
|
||||||
|
"$type": "EditorEntityIconComponent",
|
||||||
|
"Id": 1257365873906714292
|
||||||
|
},
|
||||||
|
"Component_[13311663931994949767]": {
|
||||||
|
"$type": "EditorOnlyEntityComponent",
|
||||||
|
"Id": 13311663931994949767
|
||||||
|
},
|
||||||
|
"Component_[14438229160106431107]": {
|
||||||
|
"$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
|
||||||
|
"Id": 14438229160106431107,
|
||||||
|
"Parent Entity": ""
|
||||||
|
},
|
||||||
|
"Component_[14636573223251575153]": {
|
||||||
|
"$type": "EditorVisibilityComponent",
|
||||||
|
"Id": 14636573223251575153
|
||||||
|
},
|
||||||
|
"Component_[18139850826775373128]": {
|
||||||
|
"$type": "EditorEntitySortComponent",
|
||||||
|
"Id": 18139850826775373128
|
||||||
|
},
|
||||||
|
"Component_[18149872971727933150]": {
|
||||||
|
"$type": "EditorInspectorComponent",
|
||||||
|
"Id": 18149872971727933150
|
||||||
|
},
|
||||||
|
"Component_[3361461948531668955]": {
|
||||||
|
"$type": "EditorPrefabComponent",
|
||||||
|
"Id": 3361461948531668955
|
||||||
|
},
|
||||||
|
"Component_[5198421115432838729]": {
|
||||||
|
"$type": "EditorPendingCompositionComponent",
|
||||||
|
"Id": 5198421115432838729
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Entities": {
|
||||||
|
"Entity_[458727839607]": {
|
||||||
|
"Id": "Entity_[458727839607]",
|
||||||
|
"Name": "Dummy",
|
||||||
|
"Components": {
|
||||||
|
"Component_[10453091667729858383]": {
|
||||||
|
"$type": "EditorLockComponent",
|
||||||
|
"Id": 10453091667729858383
|
||||||
|
},
|
||||||
|
"Component_[15287888392848689630]": {
|
||||||
|
"$type": "EditorEntityIconComponent",
|
||||||
|
"Id": 15287888392848689630
|
||||||
|
},
|
||||||
|
"Component_[15410933204460181490]": {
|
||||||
|
"$type": "EditorInspectorComponent",
|
||||||
|
"Id": 15410933204460181490,
|
||||||
|
"ComponentOrderEntryArray": [
|
||||||
|
{
|
||||||
|
"ComponentId": 868882495636022739
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ComponentId": 517239536919559179,
|
||||||
|
"SortIndex": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Component_[17682830444684716936]": {
|
||||||
|
"$type": "EditorEntitySortComponent",
|
||||||
|
"Id": 17682830444684716936
|
||||||
|
},
|
||||||
|
"Component_[18433579260689698157]": {
|
||||||
|
"$type": "EditorPendingCompositionComponent",
|
||||||
|
"Id": 18433579260689698157
|
||||||
|
},
|
||||||
|
"Component_[2684999590909523769]": {
|
||||||
|
"$type": "SelectionComponent",
|
||||||
|
"Id": 2684999590909523769
|
||||||
|
},
|
||||||
|
"Component_[517239536919559179]": {
|
||||||
|
"$type": "GenericComponentWrapper",
|
||||||
|
"Id": 517239536919559179,
|
||||||
|
"m_template": {
|
||||||
|
"$type": "NetBindComponent"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Component_[5980561685482761342]": {
|
||||||
|
"$type": "EditorDisabledCompositionComponent",
|
||||||
|
"Id": 5980561685482761342
|
||||||
|
},
|
||||||
|
"Component_[6553553408068929590]": {
|
||||||
|
"$type": "EditorVisibilityComponent",
|
||||||
|
"Id": 6553553408068929590
|
||||||
|
},
|
||||||
|
"Component_[8307469961954670365]": {
|
||||||
|
"$type": "EditorOnlyEntityComponent",
|
||||||
|
"Id": 8307469961954670365
|
||||||
|
},
|
||||||
|
"Component_[868882495636022739]": {
|
||||||
|
"$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
|
||||||
|
"Id": 868882495636022739,
|
||||||
|
"Parent Entity": "ContainerEntity"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,12 @@
|
|||||||
|
0,0,0,0,0,0
|
||||||
|
0,0,0,0,0,0
|
||||||
|
0,0,0,0,0,0
|
||||||
|
0,0,0,0,0,0
|
||||||
|
0,0,0,0,0,0
|
||||||
|
0,0,0,0,0,0
|
||||||
|
0,0,0,0,0,0
|
||||||
|
0,0,0,0,0,0
|
||||||
|
0,0,0,0,0,0
|
||||||
|
0,0,0,0,0,0
|
||||||
|
0,0,0,0,0,0
|
||||||
|
0,0,0,0,0,0
|
||||||
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||||
|
"materialTypeVersion": 4,
|
||||||
|
"properties": {
|
||||||
|
"baseColor": {
|
||||||
|
"textureMap": "Materials/decal/airship_symbol_decal.tif"
|
||||||
|
},
|
||||||
|
"general": {
|
||||||
|
"doubleSided": true
|
||||||
|
},
|
||||||
|
"metallic": {
|
||||||
|
"useTexture": false
|
||||||
|
},
|
||||||
|
"normal": {
|
||||||
|
"useTexture": false
|
||||||
|
},
|
||||||
|
"opacity": {
|
||||||
|
"alphaSource": "Split",
|
||||||
|
"factor": 0.6899999976158142,
|
||||||
|
"mode": "Cutout",
|
||||||
|
"textureMap": "Materials/decal/airship_symbol_decal.tif"
|
||||||
|
},
|
||||||
|
"roughness": {
|
||||||
|
"useTexture": false
|
||||||
|
},
|
||||||
|
"specularF0": {
|
||||||
|
"useTexture": false
|
||||||
|
},
|
||||||
|
"uv": {
|
||||||
|
"center": [
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2252ba28e19432d99e58fa03b672f855e1f520805eda71764e076fe349e1915a
|
||||||
|
size 4205906
|
||||||
@ -0,0 +1,56 @@
|
|||||||
|
{
|
||||||
|
"Type": "JsonSerialization",
|
||||||
|
"Version": 1,
|
||||||
|
"ClassName": "MultiplatformPresetSettings",
|
||||||
|
"ClassData": {
|
||||||
|
"DefaultPreset": {
|
||||||
|
"UUID": "{C5E76E09-39FA-411F-B2E2-15B47BB6AB5F}",
|
||||||
|
"Name": "GSI",
|
||||||
|
"OutputTypeHandling": "UseInputFormat",
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PlatformsPresets": {
|
||||||
|
"android": {
|
||||||
|
"UUID": "{C5E76E09-39FA-411F-B2E2-15B47BB6AB5F}",
|
||||||
|
"Name": "GSI",
|
||||||
|
"OutputTypeHandling": "UseInputFormat",
|
||||||
|
"MaxTextureSize": 2048,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ios": {
|
||||||
|
"UUID": "{C5E76E09-39FA-411F-B2E2-15B47BB6AB5F}",
|
||||||
|
"Name": "GSI",
|
||||||
|
"OutputTypeHandling": "UseInputFormat",
|
||||||
|
"MaxTextureSize": 2048,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mac": {
|
||||||
|
"UUID": "{C5E76E09-39FA-411F-B2E2-15B47BB6AB5F}",
|
||||||
|
"Name": "GSI",
|
||||||
|
"OutputTypeHandling": "UseInputFormat",
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"provo": {
|
||||||
|
"UUID": "{C5E76E09-39FA-411F-B2E2-15B47BB6AB5F}",
|
||||||
|
"Name": "GSI",
|
||||||
|
"OutputTypeHandling": "UseInputFormat",
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,61 @@
|
|||||||
|
{
|
||||||
|
"Type": "JsonSerialization",
|
||||||
|
"Version": 1,
|
||||||
|
"ClassName": "MultiplatformPresetSettings",
|
||||||
|
"ClassData": {
|
||||||
|
"DefaultPreset": {
|
||||||
|
"UUID": "{181FE328-5408-4722-895F-1BB61803997B}",
|
||||||
|
"Name": "GSI16",
|
||||||
|
"PixelFormat": "R16",
|
||||||
|
"DiscardAlpha": true,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PlatformsPresets": {
|
||||||
|
"android": {
|
||||||
|
"UUID": "{181FE328-5408-4722-895F-1BB61803997B}",
|
||||||
|
"Name": "GSI16",
|
||||||
|
"PixelFormat": "R16",
|
||||||
|
"MaxTextureSize": 2048,
|
||||||
|
"DiscardAlpha": true,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ios": {
|
||||||
|
"UUID": "{181FE328-5408-4722-895F-1BB61803997B}",
|
||||||
|
"Name": "GSI16",
|
||||||
|
"PixelFormat": "R16",
|
||||||
|
"MaxTextureSize": 2048,
|
||||||
|
"DiscardAlpha": true,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mac": {
|
||||||
|
"UUID": "{181FE328-5408-4722-895F-1BB61803997B}",
|
||||||
|
"Name": "GSI16",
|
||||||
|
"PixelFormat": "R16",
|
||||||
|
"DiscardAlpha": true,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"provo": {
|
||||||
|
"UUID": "{181FE328-5408-4722-895F-1BB61803997B}",
|
||||||
|
"Name": "GSI16",
|
||||||
|
"PixelFormat": "R16",
|
||||||
|
"DiscardAlpha": true,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,61 @@
|
|||||||
|
{
|
||||||
|
"Type": "JsonSerialization",
|
||||||
|
"Version": 1,
|
||||||
|
"ClassName": "MultiplatformPresetSettings",
|
||||||
|
"ClassData": {
|
||||||
|
"DefaultPreset": {
|
||||||
|
"UUID": "{604FB174-7165-4F6E-889A-3B91DEC9311C}",
|
||||||
|
"Name": "GSI32",
|
||||||
|
"PixelFormat": "R32",
|
||||||
|
"DiscardAlpha": true,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PlatformsPresets": {
|
||||||
|
"android": {
|
||||||
|
"UUID": "{604FB174-7165-4F6E-889A-3B91DEC9311C}",
|
||||||
|
"Name": "GSI32",
|
||||||
|
"PixelFormat": "R32",
|
||||||
|
"MaxTextureSize": 2048,
|
||||||
|
"DiscardAlpha": true,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ios": {
|
||||||
|
"UUID": "{604FB174-7165-4F6E-889A-3B91DEC9311C}",
|
||||||
|
"Name": "GSI32",
|
||||||
|
"PixelFormat": "R32",
|
||||||
|
"MaxTextureSize": 2048,
|
||||||
|
"DiscardAlpha": true,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mac": {
|
||||||
|
"UUID": "{604FB174-7165-4F6E-889A-3B91DEC9311C}",
|
||||||
|
"Name": "GSI32",
|
||||||
|
"PixelFormat": "R32",
|
||||||
|
"DiscardAlpha": true,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"provo": {
|
||||||
|
"UUID": "{604FB174-7165-4F6E-889A-3B91DEC9311C}",
|
||||||
|
"Name": "GSI32",
|
||||||
|
"PixelFormat": "R32",
|
||||||
|
"DiscardAlpha": true,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,61 @@
|
|||||||
|
{
|
||||||
|
"Type": "JsonSerialization",
|
||||||
|
"Version": 1,
|
||||||
|
"ClassName": "MultiplatformPresetSettings",
|
||||||
|
"ClassData": {
|
||||||
|
"DefaultPreset": {
|
||||||
|
"UUID": "{84B1FE72-AD1A-4E50-83CC-4253ABA59733}",
|
||||||
|
"Name": "GSI8",
|
||||||
|
"PixelFormat": "R8",
|
||||||
|
"DiscardAlpha": true,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PlatformsPresets": {
|
||||||
|
"android": {
|
||||||
|
"UUID": "{84B1FE72-AD1A-4E50-83CC-4253ABA59733}",
|
||||||
|
"Name": "GSI8",
|
||||||
|
"PixelFormat": "R8",
|
||||||
|
"MaxTextureSize": 2048,
|
||||||
|
"DiscardAlpha": true,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ios": {
|
||||||
|
"UUID": "{84B1FE72-AD1A-4E50-83CC-4253ABA59733}",
|
||||||
|
"Name": "GSI8",
|
||||||
|
"PixelFormat": "R8",
|
||||||
|
"MaxTextureSize": 2048,
|
||||||
|
"DiscardAlpha": true,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mac": {
|
||||||
|
"UUID": "{84B1FE72-AD1A-4E50-83CC-4253ABA59733}",
|
||||||
|
"Name": "GSI8",
|
||||||
|
"PixelFormat": "R8",
|
||||||
|
"DiscardAlpha": true,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"provo": {
|
||||||
|
"UUID": "{84B1FE72-AD1A-4E50-83CC-4253ABA59733}",
|
||||||
|
"Name": "GSI8",
|
||||||
|
"PixelFormat": "R8",
|
||||||
|
"DiscardAlpha": true,
|
||||||
|
"IsPowerOf2": true,
|
||||||
|
"MipMapSetting": {
|
||||||
|
"MipGenType": "Box"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue