Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
12345678910 |
- 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.8.2")]
- [assembly: InternalsVisibleTo("Unity.InputSystem.Tests.Editor")]
- [assembly: InternalsVisibleTo("Unity.InputSystem.Tests")]
- [assembly: InternalsVisibleTo("Unity.InputSystem.IntegrationTests")]
|