9092858a58
I updated everything to the latest Unity Editor. Also realized I had the wrong shaders on my hairs, those are fixed and the hairs look MUCH better!
11 lines
493 B
C#
11 lines
493 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
// Keep this in sync with "Packages/com.unity.inputsystem/package.json".
|
|
// NOTE: Unfortunately, System.Version doesn't use semantic versioning so we can't include
|
|
// "-preview" suffixes here.
|
|
[assembly: AssemblyVersion("1.5.1")]
|
|
[assembly: InternalsVisibleTo("Unity.InputSystem.Tests.Editor")]
|
|
[assembly: InternalsVisibleTo("Unity.InputSystem.Tests")]
|
|
[assembly: InternalsVisibleTo("Unity.InputSystem.IntegrationTests")]
|