mirror of
				https://github.com/maxartz15/VertexAnimation.git
				synced 2025-11-04 02:15:59 +01:00 
			
		
		
		
	Setup.
This commit is contained in:
		@@ -1,3 +0,0 @@
 | 
			
		||||
# PACKAGENAME
 | 
			
		||||
 | 
			
		||||
Documentation.
 | 
			
		||||
							
								
								
									
										3
									
								
								Documentation~/VertexAnimation.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Documentation~/VertexAnimation.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
# VertexAnimation
 | 
			
		||||
 | 
			
		||||
Documentation.
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
using UnityEngine;
 | 
			
		||||
using UnityEditor;
 | 
			
		||||
 | 
			
		||||
namespace COMPANYNAME.PACKAGENAME.Editor
 | 
			
		||||
namespace tech_art_outsource.vertex_animation.Editor
 | 
			
		||||
{
 | 
			
		||||
}
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "COMPANYNAME.PACKAGENAME.Editor",
 | 
			
		||||
    "name": "tech_art_outsource.vertex_animation.Editor",
 | 
			
		||||
    "references": [
 | 
			
		||||
        "COMPANYNAME.PACKAGENAME"
 | 
			
		||||
        "tech_art_outsource.vertex_animation"
 | 
			
		||||
    ],
 | 
			
		||||
    "includePlatforms": [
 | 
			
		||||
        "Editor"
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
MIT License
 | 
			
		||||
 | 
			
		||||
Copyright (c) 2020 COMPANYNAME
 | 
			
		||||
Copyright (c) 2020 Tech Art Outsource
 | 
			
		||||
 | 
			
		||||
Permission is hereby granted, free of charge, to any person obtaining a copy
 | 
			
		||||
of this software and associated documentation files (the "Software"), to deal
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
# [COMPANYNAME]() - PACKAGENAME
 | 
			
		||||
# TECH ART OUTSOURCE - VertexAnimation
 | 
			
		||||
 | 
			
		||||
Description.
 | 
			
		||||
 | 
			
		||||
@@ -6,8 +6,6 @@ Description.
 | 
			
		||||
 | 
			
		||||
[Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html)
 | 
			
		||||
 | 
			
		||||
[Unitypackage](https://github.com/COMPANYNAME/PACKAGENAME/releases)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## LICENSE
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
using UnityEngine;
 | 
			
		||||
 | 
			
		||||
namespace COMPANYNAME.PACKAGENAME
 | 
			
		||||
namespace tech_art_outsource.vertex_animation
 | 
			
		||||
{
 | 
			
		||||
}
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "COMPANYNAME.PACKAGENAME",
 | 
			
		||||
    "name": "tech_art_outsource.vertex_animation",
 | 
			
		||||
    "references": [],
 | 
			
		||||
    "includePlatforms": [],
 | 
			
		||||
    "excludePlatforms": [],
 | 
			
		||||
@@ -1,20 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "COMPANYNAME.PACKAGENAME.Editor.Tests",
 | 
			
		||||
    "references": [
 | 
			
		||||
        "COMPANYNAME.PACKAGENAME",
 | 
			
		||||
        "COMPANYNAME.PACKAGENAME.Editor"
 | 
			
		||||
    ],
 | 
			
		||||
    "includePlatforms": [
 | 
			
		||||
        "Editor"
 | 
			
		||||
    ],
 | 
			
		||||
    "excludePlatforms": [],
 | 
			
		||||
    "allowUnsafeCode": false,
 | 
			
		||||
    "overrideReferences": false,
 | 
			
		||||
    "precompiledReferences": [],
 | 
			
		||||
    "autoReferenced": true,
 | 
			
		||||
    "defineConstraints": [],
 | 
			
		||||
    "versionDefines": [],
 | 
			
		||||
    "optionalUnityReferences": [
 | 
			
		||||
        "TestAssemblies"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
@@ -1,26 +0,0 @@
 | 
			
		||||
using UnityEngine;
 | 
			
		||||
using UnityEngine.TestTools;
 | 
			
		||||
using UnityEditor;
 | 
			
		||||
using System.Collections;
 | 
			
		||||
using System.Collections.Generic;
 | 
			
		||||
using NUnit.Framework;
 | 
			
		||||
 | 
			
		||||
namespace COMPANYNAME.PACKAGENAME.Editor.Tests
 | 
			
		||||
{
 | 
			
		||||
    public class TestEditorExample
 | 
			
		||||
    {
 | 
			
		||||
        [Test]
 | 
			
		||||
        public void TestEditorExampleSimplePasses()
 | 
			
		||||
        {
 | 
			
		||||
            // Use the Assert class to test conditions
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        [UnityTest]
 | 
			
		||||
        public IEnumerator TestEditorExampleWithEnumeratorPasses()
 | 
			
		||||
        {
 | 
			
		||||
            // Use the Assert class to test conditions.
 | 
			
		||||
            // Use yield to skip a frame.
 | 
			
		||||
            yield return null;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,17 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "COMPANYNAME.PACKAGENAME.Tests",
 | 
			
		||||
    "references": [
 | 
			
		||||
        "COMPANYNAME.PACKAGENAME"
 | 
			
		||||
    ],
 | 
			
		||||
    "includePlatforms": [],
 | 
			
		||||
    "excludePlatforms": [],
 | 
			
		||||
    "allowUnsafeCode": false,
 | 
			
		||||
    "overrideReferences": false,
 | 
			
		||||
    "precompiledReferences": [],
 | 
			
		||||
    "autoReferenced": true,
 | 
			
		||||
    "defineConstraints": [],
 | 
			
		||||
    "versionDefines": [],
 | 
			
		||||
    "optionalUnityReferences": [
 | 
			
		||||
        "TestAssemblies"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
@@ -1,25 +0,0 @@
 | 
			
		||||
using UnityEngine;
 | 
			
		||||
using UnityEngine.TestTools;
 | 
			
		||||
using System.Collections;
 | 
			
		||||
using System.Collections.Generic;
 | 
			
		||||
using NUnit.Framework;
 | 
			
		||||
 | 
			
		||||
namespace COMPANYNAME.PACKAGENAME.Tests
 | 
			
		||||
{
 | 
			
		||||
    public class TestRuntimeExample
 | 
			
		||||
    {
 | 
			
		||||
        [Test]
 | 
			
		||||
        public void TestRuntimeExampleSimplePasses()
 | 
			
		||||
        {
 | 
			
		||||
            // Use the Assert class to test conditions
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        [UnityTest]
 | 
			
		||||
        public IEnumerator TestRuntimeExampleEnumeratorPasses()
 | 
			
		||||
        {
 | 
			
		||||
            // Use the Assert class to test conditions.
 | 
			
		||||
            // Use yield to skip a frame.
 | 
			
		||||
            yield return null;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										14
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								package.json
									
									
									
									
									
								
							@@ -1,10 +1,10 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "com.COMPANYNAME.PACKAGENAME",
 | 
			
		||||
  "displayName": "Template Unity Package",
 | 
			
		||||
  "name": "com.tech_art_outsource.vertex_animation",
 | 
			
		||||
  "displayName": "TAO Vertex Animation",
 | 
			
		||||
  "version": "0.1.0",
 | 
			
		||||
  "unity": "2019.3",
 | 
			
		||||
  "unityRelease": "7f1",
 | 
			
		||||
  "description": "This is a template package, used as a basis to build a bigger one.",
 | 
			
		||||
  "unity": "2019.4",
 | 
			
		||||
  "unityRelease": "10f1",
 | 
			
		||||
  "description": "Vertex animation shaders and tools.",
 | 
			
		||||
  "category": "Tool",
 | 
			
		||||
  "type": "tool",
 | 
			
		||||
  "license": "MIT",
 | 
			
		||||
@@ -17,8 +17,8 @@
 | 
			
		||||
    "com.maxartz15.package1": "0.1.0"
 | 
			
		||||
  },
 | 
			
		||||
  "keywords": [
 | 
			
		||||
    "COMPANYNAME",
 | 
			
		||||
    "PACKAGENAME"
 | 
			
		||||
    "tech art outsource",
 | 
			
		||||
    "vertex animation"
 | 
			
		||||
  ],
 | 
			
		||||
  "samples": [
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user