# unityParticleNumber **Repository Path**: iceRabbit/unity-particle-number ## Basic Information - **Project Name**: unityParticleNumber - **Description**: unity 跳字系统 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-01-18 - **Last Updated**: 2024-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # unityParticleNumber ## 介绍 unity 跳字系统 * 由粒子系统实现的数字显示 * 在上万个数字同屏显示时保持高性能 ## 功能 使用texture2DArray和粒子系统实现的高性能图片展示系统.可用于伤害数值显示。气泡信息显示。照片墙. ## Demo [Demo](https://play.unity.com/mg/other/webgl-h9s) ## 注意 依赖 Collections 包,如果没有会报错 no accessible extension method 'ToNativeArray'; 使用*UnityTexture2DArrayImportPipeline*或者*Texture2DArrayGenerator*可以帮助您创建2d纹理,更方便的使用此插件. https://github.com/pschraut/UnityTexture2DArrayImportPipeline.git#1.5.0 https://github.com/XJINE/Unity_Texture2DArrayGenerator.git?path=Assets/Packages/Texture2DArrayGenerator