Skip to content

Commit 9d7c401

Browse files
author
Miguel Tomas
committed
Fixed relationship with other packages
1 parent 49ec04b commit 9d7c401

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
UiService Copyright 2020 Miguel Tomás
1+
Copyright 2020 Miguel Tomás
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

Runtime/GameLovers.UiService.asmdef

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"references": [
44
"GUID:84651a3751eca9349aac36a66bba901b",
55
"GUID:9e24947de15b9834991c9d8411ea37cf",
6-
"GUID:db99198452b5046f294c00bbc62e8009"
6+
"GUID:11ee0f4d04f11419d8a55b1b6d7c2c1d"
77
],
88
"includePlatforms": [],
99
"excludePlatforms": [],
@@ -12,5 +12,6 @@
1212
"precompiledReferences": [],
1313
"autoReferenced": true,
1414
"defineConstraints": [],
15-
"versionDefines": []
15+
"versionDefines": [],
16+
"noEngineReferences": false
1617
}

Runtime/UiService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Threading.Tasks;
4+
using GameLovers.LoaderExtension;
45
using UnityEngine;
56
using UnityEngine.AddressableAssets;
67
using UnityEngine.ResourceManagement.AsyncOperations;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"dependencies": {
88
"com.unity.addressables": "1.5.0"
99
},
10-
"type": "module",
10+
"type": "library",
1111
"hideInEditor": false
1212
}

0 commit comments

Comments
 (0)