mirror of
https://github.com/maxartz15/VertexAnimation.git
synced 2025-10-30 00:15:40 +01: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