Zion was a 3D NFT generator I built in Unity 3D. It took a set of NFT drop parameters such as rarity tiers and percentages, FBX models, color parameters, and more. It would then generate permutations of 3D models based on this input. 
It would render jpgs and mp4s for every permutation in the set. After a "baking" process, the rendered artifacts and NFT attributes would be output in a format ready for IPFS upload and ERC-1155 contracts.
Back to Top