Card Game Starter Kit 1.1 益智牌类游戏完整项目 Card Game Starter Kit 1.0版下载链接
纸牌游戏
Requires Unity 4.0.0 or higher.初学者工具包是在Unity编辑器中生成卡片网格的强大工具
Starter Kit is a powerful tool for generating card meshes in the Unity editor.是一个程序化的卡片模型生成器。它构建了一个优化的三角形网格,共享纹理图集的一部分,以生成高分辨率的卡。这种技术极大地减少了对移动或Web应用程序至关重要的绘制调用和纹理内存。
Features
- Card generator component
- Textures for standard deck of cards
- Sample Blackjack game
The heart of this package is a procedural generator of card models. It builds an optimized mesh of triangles sharing parts of a texture atlas to produce high-resolution cards. This technique dramatically reduces draw calls and texture memory which can be critical for mobile or web applications.
A playable Blackjack card game demonstrates how build your own card game. The cards are double-sided 3d models and shows how to animate cards flying from a deck.
You can use this to generate card models for your own project. It has a set of textures for cards which you are free to use or replace with your own custom artwork. Includes a custom Inspector-tool so you can rebuild the texture atlas for the cards.