mirror of
https://github.com/maxartz15/VertexAnimation.git
synced 2025-07-03 06:46:05 +02:00
AssetBuilder Menu
Added editor menus to control, generate and clear the generated assets.
This commit is contained in:
@ -208,7 +208,7 @@ namespace TAO.VertexAnimation.Editor
|
||||
{
|
||||
if (GUILayout.Button("build assets", EditorStyles.miniButtonLeft))
|
||||
{
|
||||
VA_AssetBuilder.GeneratePlayData();
|
||||
VA_AssetBuilder.GenerateBuildData();
|
||||
}
|
||||
|
||||
if (GUILayout.Button("clear assets", EditorStyles.miniButtonRight))
|
||||
|
Reference in New Issue
Block a user