1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 04:05:40 +00:00

Compare commits

..

No commits in common. "fa375e77580bb5e211c6a75f1c2c7fbd55d922be" and "0868b698c50e773cc8557d269262ceeb3e974443" have entirely different histories.

3 changed files with 3 additions and 7 deletions

View File

@ -1,6 +1,4 @@
#if NET5_0_OR_GREATER
using System.Runtime.Intrinsics.X86;
#endif
using System.Runtime.Intrinsics.X86;
using NUnit.Framework;
using X10D.Collections;

View File

@ -1,6 +1,4 @@
#if NET5_0_OR_GREATER
using System.Runtime.Intrinsics.X86;
#endif
using System.Runtime.Intrinsics.X86;
using NUnit.Framework;
using X10D.Collections;

View File

@ -26,7 +26,7 @@ To install X10D in Unity, follow the steps blow:
The [upm](https://github.com/oliverbooth/X10D/tree/upm) branch contains the latest nightly - that is the bleeding edge version of X10D.
If you'd like to remain on a stable release, specify a commit hash after the `#` instead of `upm`.
The latest current stable is 3.3.1, which is commit [0bb35bb565fff170a3848acdffbb5d53087de64b](https://github.com/oliverbooth/X10D/commit/0bb35bb565fff170a3848acdffbb5d53087de64b).
The latest current stable is 3.2.0, which is commit [55898d9e70228380b2d039c55e36d89cfe8a0fa2](https://github.com/oliverbooth/X10D/commit/55898d9e70228380b2d039c55e36d89cfe8a0fa2).
Keep in mind that referencing a specific commit rather than the `upm` branch will prevent the auto-updater in Unity from detecting new versions.
## Contributing