.PCACHE File Extension
Point Cache File
Developer | Thomas Iché |
Popularity |
2.5 | 2 Votes |
What is a PCACHE file?
A PCACHE file is a point cache file. It contains a list of points that comprise a 2D or 3D object. PCACHE files are similar to .PLY files but used primarily by video game developers.
More Information
Video game developers can save a description of a 2D or 3D object as a PCACHE file. For example, Unity users can use that program's pCache Tool to create PCACHE meshes and textures.
Each PCACHE file contains a list of points that comprise the object the file describes. Each point may have position, velocity, color, size, age, and lifetime data associated with it. The point data PCACHE files contain may be saved in an ASCII or binary format. Either way, the file's header will begin with the text pcache.
NOTE: The PCACHE format is open-source and maintained by developer Thomas Iché.
How to open a PCACHE file
You can import a PCACHE file into Unity Technologies Unity (multiplatform) as you would any other Unity asset:
- Place the file in your project's Assets folder.
- The file will appear in Unity's Project window, in your Assets folder.