Skip to content

Commit bc98569

Browse files
authored
Merge pull request #59 from Unity-Technologies/dev
getting test assemblies to work.
2 parents a223b0b + 82f4845 commit bc98569

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

Editor/AssetBundleBrowserMain.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
using UnityEditor;
33
using UnityEngine;
44

5+
[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("com.unity.assetbundlebrowser.EditorTests")]
6+
57
namespace AssetBundleBrowser
68
{
79

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "com.unity.assetbundlebrowser.EditorTests",
3+
"references": [
4+
"com.unity.assetbundlebrowser.Editor"
5+
],
6+
"optionalUnityReferences": [
7+
"TestAssemblies"
8+
],
9+
"includePlatforms": [
10+
"Editor"
11+
],
12+
"excludePlatforms": []
13+
}

Tests/Editor/com.unity.assetbundlebrowser.EditorTests.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)