mirror of
https://github.com/maxartz15/VertexAnimation.git
synced 2025-06-13 14:56:18 +02:00
Initial commit
This commit is contained in:
12
Runtime/COMPANYNAME.PACKAGENAME.asmdef
Normal file
12
Runtime/COMPANYNAME.PACKAGENAME.asmdef
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "COMPANYNAME.PACKAGENAME",
|
||||
"references": [],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": []
|
||||
}
|
5
Runtime/RuntimeExample.cs
Normal file
5
Runtime/RuntimeExample.cs
Normal file
@ -0,0 +1,5 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace COMPANYNAME.PACKAGENAME
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user