PlateUp!

PlateUp!

Not enough ratings
TestCubes
   
Award
Favorite
Favorited
Unfavorite
Tags: Mod Tools
File Size
Posted
Updated
17.824 KB
17 May, 2023 @ 9:37pm
18 Jul, 2023 @ 5:26am
3 Change Notes ( view )

Subscribe to download
TestCubes

In 1 collection by IcedMilo
Testing Collection
260 items
Description
Generate cube prefabs. Highly recommended to use for testing only, before creating your own release prefabs.

GameObject TestCubeManager.GetPrefab<T>(float scaleX, float scaleY, float scaleZ, Material material, bool collider);

GameObject TestCubeManager.GetPrefab<T>(string name, float scaleX, float scaleY, float scaleZ, Material material, bool collider);

GameObject TestCubeManager.GetPrefab(string guid, float scaleX, float scaleY, float scaleZ, Material material, bool collider);