Skip to content

Commit 3ad2395

Browse files
committed
chore(addressables): update assembly references and namespaces
Update assembly definition precompiled references from Lunar.dll to Lunar.Core.Base.dll and Lunar.Core.ECS.dll. Update namespace from Lunar.Interfaces to Lunar.Core.Base.Interfaces in AddressablesAdapter.cs to align with new assembly structure.
1 parent a8b1c62 commit 3ad2395

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Runtime/AddressablesAdapter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Collections.Generic;
33
using System.Threading;
44
using System.Threading.Tasks;
5-
using Lunar.Interfaces;
5+
using Lunar.Core.Base.Interfaces;
66
using UnityEngine.ResourceManagement.AsyncOperations;
77
using Object = UnityEngine.Object;
88

Runtime/com.bliaik.lunar.addressables.runtime.asmdef

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"allowUnsafeCode": false,
1212
"overrideReferences": true,
1313
"precompiledReferences": [
14-
"Lunar.dll"
14+
15+
"Lunar.Core.Base.dll",
16+
"Lunar.Core.ECS.dll"
1517
],
1618
"autoReferenced": true,
1719
"defineConstraints": [],

0 commit comments

Comments
 (0)