Skip to content

Commit

Permalink
+ Assembly definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
tetreum committed Dec 11, 2024
1 parent 9015d32 commit 36edf3a
Show file tree
Hide file tree
Showing 23 changed files with 48 additions and 4 deletions.
17 changes: 17 additions & 0 deletions Assets/Scripts/Brickcraft.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Brickcraft",
"rootNamespace": "",
"references": [
"GUID:bd74f87719a4f4f4ca45cd4be8711016",
"GUID:457756d89b35d2941b3e7b37b4ece6f1"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
7 changes: 7 additions & 0 deletions Assets/Scripts/Brickcraft.asmdef.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Assets/Scripts/Player/FirstPersonController.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using UnityEngine;
using UnityStandardAssets.Utility;
using Random = UnityEngine.Random;
using Brickcraft;
using UnityStandardAssets.Characters.FirstPerson;
using UnityStandardAssets.Utility;

namespace UnityStandardAssets.Characters.FirstPerson
namespace Brickcraft
{
[RequireComponent(typeof (CharacterController))]
[RequireComponent(typeof (AudioSource))]
Expand Down
1 change: 0 additions & 1 deletion Assets/Scripts/Player/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Linq;
using UnityEngine;
using Brickcraft.UI;
using UnityStandardAssets.Characters.FirstPerson;

namespace Brickcraft
{
Expand Down
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions Assets/UnityStandardAssets/UnityStandardAssets.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "UnityStandardAssets",
"rootNamespace": "",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
7 changes: 7 additions & 0 deletions Assets/UnityStandardAssets/UnityStandardAssets.asmdef.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.

0 comments on commit 36edf3a

Please sign in to comment.