https://github.com/sinlessdevil/amazon-device-support-matrix
Amazon Device Support Matrix
https://github.com/sinlessdevil/amazon-device-support-matrix
Last synced: 2 months ago
JSON representation
Amazon Device Support Matrix
- Host: GitHub
- URL: https://github.com/sinlessdevil/amazon-device-support-matrix
- Owner: SinlessDevil
- Created: 2026-03-23T20:35:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-24T06:21:49.000Z (3 months ago)
- Last Synced: 2026-03-24T18:50:03.554Z (3 months ago)
- Language: HTML
- Size: 26.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazon Device Support Matrix
A high-performance hardware database and interactive dashboard for Amazon Fire OS devices (Fire TV, Tablets, and Echo Show). Designed specifically for Unity developers to manage memory budgets and prevent OOM (Out of Memory) crashes.
Live Dashboard
### Access the interactive matrix here: 👉 https://sinlessdevil.github.io/Amazon-Device-Support-Matrix/
---
Tier Available RAM Strategy
- Ultra > 2.0 GB High-res textures (2K), complex shaders, no limitations.
- High 1.5 - 2.0 GB Stable performance, standard 1K textures.
- Mid 1.0 - 1.5 GB Balanced tier, use ASTC compression, monitor draw calls.
- Low < 850 MB Legacy hardware. Aggressive asset streaming and texture downscaling required.