News

Lattice is in preview and currently being used for Pontoco's upcoming projects. As improvement are made, new versions will be published to this public repository. Follow along with development on the ...
Hands-on experience is the most direct way to get better at programming. Watching videos or reading tutorials only gets you ...
Use ToAudioClip method for loading wav file / bytes. Loads .wav (PCM uncompressed) files at 8,16,24 and 32 bits and converts data to Unity's AudioClip. public AudioSource audioSource; // hook up with ...