Skip to content

Commit 5c7b2c3

Browse files
committed
Package initial setup
1 parent 673a469 commit 5c7b2c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+164
-448
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# These owners will be the default owners for everything in the repo. Unless a later match takes precedence.
44
# Owners will be requested for review when someone opens a pull request.
5-
* @3d-group/Games
5+
* @sensengames/Games
File renamed without changes.
File renamed without changes.

CONTRIBUTING.md

+19-2

CONTRIBUTING.md.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Documentation~/com.{{COMPANY}}.{{REPOSITORY_NAME}}.md Documentation~/com.sensengames.unity-sensen-components.md

+1-1

Editor/Unity.com.{{COMPANY}}.{{REPOSITORY_NAME}}.Editor.asmdef Editor~/Sensen.Components.Editor.asmdef

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Unity.com.{{COMPANY}}.{{REPOSITORY_NAME}}.Editor",
2+
"name": "Sensen.Components.Editor",
33
"references": [],
44
"includePlatforms": [
55
"Editor"
@@ -12,4 +12,4 @@
1212
"defineConstraints": [],
1313
"versionDefines": [],
1414
"noEngineReferences": false
15-
}
15+
}

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 3D Group
3+
Copyright (c) 2023 Sensen Games
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

LICENSE.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+73-35

README.md.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RUNME.sh

-89
This file was deleted.

Runtime.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/Unity.com.{{COMPANY}}.{{REPOSITORY_NAME}}.asmdef Runtime/Sensen.Components.Runtime.asmdef

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Unity.com.{{COMPANY}}.{{REPOSITORY_NAME}}",
2+
"name": "Sensen.Components.Runtime",
33
"references": [],
44
"includePlatforms": [],
55
"excludePlatforms": [],
@@ -10,4 +10,4 @@
1010
"defineConstraints": [],
1111
"versionDefines": [],
1212
"noEngineReferences": false
13-
}
13+
}

Runtime/Sensen.Components.Runtime.asmdef.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

Tests/Runtime/Unity.com.{{COMPANY}}.{{REPOSITORY_NAME}}.Tests.asmdef Tests~/Editor/Sensen.Components.Editor.Tests.asmdef

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "Unity.com.{{COMPANY}}.{{REPOSITORY_NAME}}.Tests",
2+
"name": "Sensen.Components.Editor.Tests",
33
"references": [
4-
"Unity.com.{{COMPANY}}.{{REPOSITORY_NAME}}"
4+
"Sensen.Components.Editor"
55
],
66
"optionalUnityReferences": [
77
"TestAssemblies"

Tests/Editor/{{FRIENDLY_NAME}}EditorTests.cs Tests~/Editor/SensenComponentsEditorTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace Tests.Editor
99
{
10-
public class {{FRIENDLY_NAME}}Tests
10+
public class SensenComponentsTests
1111
{
1212
[SetUp]
1313
public void Setup()

Tests/Editor/Unity.com.{{COMPANY}}.{{REPOSITORY_NAME}}.EditorTests.asmdef Tests~/Runtime/Sensen.Components.Runtime.Tests.asmdef

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "Unity.com.{{COMPANY}}.{{REPOSITORY_NAME}}.Editor.Tests",
2+
"name": "Sensen.Components.Runtime.Tests",
33
"references": [
4-
"Unity.com.{{COMPANY}}.{{REPOSITORY_NAME}}"
4+
"Sensen.Components.Runtime"
55
],
66
"optionalUnityReferences": [
77
"TestAssemblies"

Tests/Runtime/{{FRIENDLY_NAME}}Tests.cs Tests~/Runtime/SensenComponentsTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace Tests.Runtime
99
{
10-
public class {{FRIENDLY_NAME}}Tests
10+
public class SensenComponentsTests
1111
{
1212
[SetUp]
1313
public void Setup()

0 commit comments

Comments
 (0)