SkillAgentSearch skills...

NoiseBall5

Example with Unity 2019.3 new Mesh API

Install / Use

/learn @keijiro/NoiseBall5
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

NoiseBall5

This is a Unity example project that shows how to use Unity 2019.3 new Mesh API with C# Job System.

screenshot

The vertices in the Noise Ball object are modified every frame from threaded jobs that are highly optimized using the Burst compiler. Vertex attributes are interleaved and stored in a NativeArray storage and fed to the graphics APIs without extra memory copying.

For details of the new Mesh API, please refer to the Google doc.

View on GitHub
GitHub Stars141
CategoryDevelopment
Updated3mo ago
Forks14

Languages

C#

Security Score

82/100

Audited on Jan 5, 2026

No findings