
There is an asset in the store I grabbed. the coding is WAY above my head, I got about half of it and integrated and adapted what I can to it. im going as far as I can with it and ill come back in a few month when I understand t better.
8 lines
359 B
C#
8 lines
359 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("Unity.ScriptableBuildPipeline.Editor.Tests")]
|
|
[assembly: InternalsVisibleTo("Unity.ScriptableBuildPipeline.Test.Fixtures")]
|
|
[assembly: InternalsVisibleTo("PerformanceTests.Editor")]
|
|
[assembly: InternalsVisibleTo("SBPDebug.Editor")]
|
|
[assembly: InternalsVisibleTo("SBPDebug.Editor.Tests")]
|