mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 20:55:44 +00:00
Add attribution for new beast animation asset packs (#6294)
* Add attribution for recently added Unity asset packs Add Animal pack deluxe (janpec), 2D Monster Pack Basic Bundle/PSB (SP1/DungeonMonsters2D), and Honey Badger 3D model (WildMesh 3D) to ASSET_AUDIT.md. Update 3D model count in summary table. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Add 3D model attributions to in-app/website credits Add Animal pack deluxe, 2D Monster Pack, and Honey Badger to both server and Unity client attributions.json files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+25
-1
@@ -12,7 +12,7 @@ This document catalogs all media assets in the Unity project for licensing revie
|
||||
|----------|-------|-------|
|
||||
| Images | 10,637 | Mostly PNG icons and UI sprites |
|
||||
| Audio | 1,778 | 26 music tracks + 1,752 sound effects |
|
||||
| 3D Models | 52 | Bridge pack only |
|
||||
| 3D Models | 66+ | Bridge pack, Animal pack deluxe, Honey Badger |
|
||||
| Fonts | 16 | TTF files |
|
||||
|
||||
---
|
||||
@@ -55,6 +55,30 @@ These are commercial Unity Asset Store purchases tied to your account:
|
||||
- **Contents:** Bridge construction pieces
|
||||
- **License:** Unity Asset Store
|
||||
|
||||
### Animal pack deluxe
|
||||
- **Location:** `Assets/Animal pack deluxe/`
|
||||
- **Publisher:** janpec
|
||||
- **Asset Store Link:** https://assetstore.unity.com/packages/3d/characters/animals/animal-pack-deluxe-99702
|
||||
- **Contents:** 26 rigged and animated 3D animal models (bear, boar, crocodile, wolf, frog, crab, rabbit, scorpion, snake, stag, deer, rat, goat, pig, etc.) with idle, walk, run, eat, attack, and die animations
|
||||
- **Used for:** Beast province effects on the strategic map (AnimalEffect)
|
||||
- **License:** Unity Asset Store
|
||||
|
||||
### 2D Monster Pack: Basic Bundle (+PSB)
|
||||
- **Location:** `Assets/DungeonMonsters2D/`
|
||||
- **Publisher:** SP1
|
||||
- **Asset Store Link:** https://assetstore.unity.com/packages/2d/characters/2d-monster-pack-basic-bundle-psb-328637
|
||||
- **Contents:** 2D animated monster sprites with PSB (Photoshop) source files. Characters: SkeletonWarrior, SkeletonArcher, SkeletonMage, Zombie, ZombieWarrior, Demon, Succubus, Imp, Spider, Rat, Vampire, DragonRed, Butcher
|
||||
- **Used for:** Beast province effects (MonsterEffect, DragonEffect) and human-type beast effects on the strategic map
|
||||
- **License:** Unity Asset Store
|
||||
|
||||
### Honey Badger 3D Model
|
||||
- **Location:** `Assets/HoneyBadger/`
|
||||
- **Creator:** WildMesh 3D (@WildMesh_3D)
|
||||
- **Source:** https://sketchfab.com/3d-models/realistic-honey-badger-3d-model-09751ed5383c4afb924cfb6485d313f1
|
||||
- **Contents:** Rigged 3D honey badger model (FBX) with 63 animations and PBR texture
|
||||
- **Used for:** Honey badger beast province effect (AnimalEffect)
|
||||
- **License:** Purchased via Sketchfab/Patreon
|
||||
|
||||
### Fantasy Interface Sounds
|
||||
- **Location:** `Assets/Fantasy Interface Sounds/`
|
||||
- **Count:** 320 WAV files
|
||||
|
||||
@@ -284,6 +284,29 @@
|
||||
"source": "https://uxwing.com/flame-icon/"
|
||||
}
|
||||
],
|
||||
"3dModels": [
|
||||
{
|
||||
"title": "Animal pack deluxe",
|
||||
"artist": "janpec",
|
||||
"description": "Rigged and animated 3D animal models",
|
||||
"license": "Unity Asset Store EULA",
|
||||
"source": "https://assetstore.unity.com/packages/3d/characters/animals/animal-pack-deluxe-99702"
|
||||
},
|
||||
{
|
||||
"title": "2D Monster Pack: Basic Bundle (+PSB)",
|
||||
"artist": "SP1",
|
||||
"description": "2D animated monster sprites with PSB source files",
|
||||
"license": "Unity Asset Store EULA",
|
||||
"source": "https://assetstore.unity.com/packages/2d/characters/2d-monster-pack-basic-bundle-psb-328637"
|
||||
},
|
||||
{
|
||||
"title": "Realistic Honey Badger 3D Model",
|
||||
"artist": "WildMesh 3D",
|
||||
"description": "Rigged 3D honey badger with 63 animations",
|
||||
"license": "Purchased via Sketchfab/Patreon",
|
||||
"source": "https://sketchfab.com/3d-models/realistic-honey-badger-3d-model-09751ed5383c4afb924cfb6485d313f1"
|
||||
}
|
||||
],
|
||||
"fonts": [
|
||||
{
|
||||
"name": "Open Sans",
|
||||
|
||||
@@ -284,6 +284,29 @@
|
||||
"source": "https://uxwing.com/flame-icon/"
|
||||
}
|
||||
],
|
||||
"3dModels": [
|
||||
{
|
||||
"title": "Animal pack deluxe",
|
||||
"artist": "janpec",
|
||||
"description": "Rigged and animated 3D animal models",
|
||||
"license": "Unity Asset Store EULA",
|
||||
"source": "https://assetstore.unity.com/packages/3d/characters/animals/animal-pack-deluxe-99702"
|
||||
},
|
||||
{
|
||||
"title": "2D Monster Pack: Basic Bundle (+PSB)",
|
||||
"artist": "SP1",
|
||||
"description": "2D animated monster sprites with PSB source files",
|
||||
"license": "Unity Asset Store EULA",
|
||||
"source": "https://assetstore.unity.com/packages/2d/characters/2d-monster-pack-basic-bundle-psb-328637"
|
||||
},
|
||||
{
|
||||
"title": "Realistic Honey Badger 3D Model",
|
||||
"artist": "WildMesh 3D",
|
||||
"description": "Rigged 3D honey badger with 63 animations",
|
||||
"license": "Purchased via Sketchfab/Patreon",
|
||||
"source": "https://sketchfab.com/3d-models/realistic-honey-badger-3d-model-09751ed5383c4afb924cfb6485d313f1"
|
||||
}
|
||||
],
|
||||
"fonts": [
|
||||
{
|
||||
"name": "Open Sans",
|
||||
|
||||
Reference in New Issue
Block a user