Update to RTM Asset Pack 0.5.7

This commit is contained in:
2025-11-30 21:13:39 -06:00
parent 10bf990152
commit 9002674718
121 changed files with 21778 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
{
"indentifier": "rex_animal_pack",
"name": "rex_animal_pack",
"shared": false,
"assets": {
"Animal_Cow": {
"name": "Animal_Cow",
"type": "prefab",
"filename": "Animal_Cow.prefab"
},
"Animal_Pig": {
"name": "Animal_Pig",
"type": "prefab",
"filename": "Animal_Pig.prefab"
},
"Animal_Wolf": {
"name": "Animal_Wolf",
"type": "prefab",
"filename": "Animal_Wolf.prefab"
},
"Animal_Rex_Smal": {
"name": "Animal_Rex_Smal",
"type": "prefab",
"filename": "Animal_Rex_Smal.prefab"
},
"Animal_Sheep": {
"name": "Animal_Sheep",
"type": "prefab",
"filename": "Animal_Sheep.prefab"
},
"Animal_Gorilla": {
"name": "Animal_Gorilla",
"type": "prefab",
"filename": "Animal_Gorilla.prefab"
},
"Rex_Aligator": {
"name": "Rex_Aligator",
"type": "prefab",
"filename": "Rex_Aligator.prefab"
},
"Rex_Bear": {
"name": "Rex_Bear",
"type": "prefab",
"filename": "Rex_Bear.prefab"
},
"Rex_Chicken": {
"name": "Rex_Chicken",
"type": "prefab",
"filename": "Rex_Chicken.prefab"
},
"Rex_StripedBass": {
"name": "Rex_StripedBass",
"type": "prefab",
"filename": "Rex_StripedBass.prefab"
}
}
}

View File

@@ -0,0 +1,154 @@
{
"objects": [
{
"identifier": "Animal_Cow",
"metadata": {
"name": "Animal_Cow",
"description": "Animal_Cow",
"tags": [],
"credits": "https://www.cgtrader.com/free-3d-models/animals/mammal/calf-3d-model-free-download"
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Animal_Cow",
"cullingRadius": 1,
"components": []
}
},
{
"identifier": "Animal_Pig",
"metadata": {
"name": "Animal_Pig",
"description": "Animal_Pig",
"tags": [],
"credits": "https://www.cgtrader.com/free-3d-models/animals/mammal/pig-animal-9b5f7462-2c91-4cdc-b38d-0fbaf84c9f3d"
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Animal_Pig",
"cullingRadius": 1,
"components": []
}
},
{
"identifier": "Animal_Wolf",
"metadata": {
"name": "Animal_Wolf",
"description": "Animal_Wolf",
"tags": [],
"credits": "https://www.cgtrader.com/free-3d-models/animals/mammal/wolf-king-8a9a9e58-ea52-4928-b435-bd21bce75e9d"
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Animal_Wolf",
"cullingRadius": 1,
"components": []
}
},
{
"identifier": "Animal_Rex_Smal",
"metadata": {
"name": "Animal_Rex_Smal",
"description": "Animal_Rex_Smal",
"tags": [],
"credits": "https://www.cgtrader.com/free-3d-models/animals/dinosaur/d-rex"
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Animal_Rex_Smal",
"cullingRadius": 1,
"components": []
}
},
{
"identifier": "Animal_Sheep",
"metadata": {
"name": "Animal_Sheep",
"description": "Animal_Sheep",
"tags": [],
"credits": "https://www.cgtrader.com/free-3d-models/animals/mammal/sheep-e5c7b090-a4fa-446a-b3c8-d781f79e8182"
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Animal_Sheep",
"cullingRadius": 1,
"components": []
}
},
{
"identifier": "Animal_Gorilla",
"metadata": {
"name": "Animal_Gorilla",
"description": "Animal_Gorilla",
"tags": [],
"credits": "https://www.cgtrader.com/free-3d-models/animals/mammal/gorilla-b0e344c3-2277-4a05-b3e2-be5a16910c49"
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Animal_Gorilla",
"cullingRadius": 1,
"components": []
}
},
{
"identifier": "Rex_Aligator",
"metadata": {
"name": "Rex_Aligator",
"description": "Rex_Aligator",
"tags": [],
"credits": "https://www.cgtrader.com/free-3d-models/animals/reptile/american-alligator-rig"
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Rex_Aligator",
"cullingRadius": 1,
"components": []
}
},
{
"identifier": "Rex_Bear",
"metadata": {
"name": "Rex_Bear",
"description": "Rex_Bear",
"tags": [],
"credits": "https://www.cgtrader.com/free-3d-models/animals/mammal/bear-animal-61e4c400-e824-42f4-8312-7aa59b7c79fb"
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Rex_Bear",
"cullingRadius": 1,
"components": []
}
},
{
"identifier": "Rex_Chicken",
"metadata": {
"name": "Rex_Chicken",
"description": "Rex_Chicken",
"tags": [],
"credits": "https://www.cgtrader.com/free-3d-models/animals/bird/hen-animal"
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Rex_Chicken",
"cullingRadius": 1,
"components": []
}
},
{
"identifier": "Rex_StripedBass",
"metadata": {
"name": "Rex_StripedBass",
"description": "Rex_StripedBass",
"tags": [],
"credits": "https://www.cgtrader.com/free-3d-models/animals"
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Rex_StripedBass",
"cullingRadius": 1,
"components": []
}
}
]
}

Binary file not shown.