Add example Unity Project

This commit is contained in:
Michał Gdula 2023-04-26 01:55:33 +01:00
parent fda7ff28dd
commit e3acdb9d6b
7122 changed files with 505543 additions and 2 deletions

View file

@ -0,0 +1,3 @@
{
"createSeparatePackage": false
}

View file

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 4cac27dd0398cfe66aa1f1eb45442a1a
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -0,0 +1,22 @@
using UnityEngine;
using UnityEditor;
using UnityEngine.TestTools;
using NUnit.Framework;
using System.Collections;
class EditorExampleTest {
[Test]
public void EditorSampleTestSimplePasses() {
// Use the Assert class to test conditions.
}
// A UnityTest behaves like a coroutine in PlayMode
// and allows you to yield null to skip a frame in EditMode
[UnityTest]
public IEnumerator EditorSampleTestWithEnumeratorPasses() {
// Use the Assert class to test conditions.
// yield to skip a frame
yield return null;
}
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 94da573212a9b3278a42dcd34fba767b
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -0,0 +1,21 @@
{
"name": "Unity.Sysroot.EditorTests",
"references": [
"Unity.Sysroot.Editor",
"Unity.Sysroot"
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"versionDefines": [
{
"name": "Unity",
"expression": "(0,2022.1.23f1)",
"define": "IL2CPP_LEGACY_API_PRESENT"
}
]
}

View file

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 4b746f9393832b79384ac03cddf8eb94
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: