-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(UnityIntegration): remove unnecessary .asmdef files
Unity was logging warnings since the included Assembly Definition Files are unnecessary because they don't include any scripts. As Malimbe is released as pre-built .dlls only the fix is to just remove the .asmdef files.
- Loading branch information
Christopher - Marcel Böddecker
committed
Feb 5, 2019
1 parent
c280dc7
commit 956a167
Showing
4 changed files
with
0 additions
and
51 deletions.
There are no files selected for viewing
18 changes: 0 additions & 18 deletions
18
Sources/UnityPackaging/Package/Editor/Malimbe.Editor.asmdef
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
Sources/UnityPackaging/Package/Editor/Malimbe.Editor.asmdef.meta
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
Sources/UnityPackaging/Package/Runtime/Malimbe.Runtime.asmdef
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
Sources/UnityPackaging/Package/Runtime/Malimbe.Runtime.asmdef.meta
This file was deleted.
Oops, something went wrong.