mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:25:41 +00:00
Compare commits
7 Commits
0868b698c5
...
fa375e7758
Author | SHA1 | Date | |
---|---|---|---|
fa375e7758 | |||
b4ae55caaa | |||
f57318a381 | |||
c5f5ba9bb6 | |||
bf0930ee17 | |||
457fbbb83c | |||
a9cde347bd |
@ -1,4 +1,6 @@
|
||||
using System.Runtime.Intrinsics.X86;
|
||||
#if NET5_0_OR_GREATER
|
||||
using System.Runtime.Intrinsics.X86;
|
||||
#endif
|
||||
using NUnit.Framework;
|
||||
using X10D.Collections;
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
using System.Runtime.Intrinsics.X86;
|
||||
#if NET5_0_OR_GREATER
|
||||
using System.Runtime.Intrinsics.X86;
|
||||
#endif
|
||||
using NUnit.Framework;
|
||||
using X10D.Collections;
|
||||
|
||||
|
@ -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.2.0, which is commit [55898d9e70228380b2d039c55e36d89cfe8a0fa2](https://github.com/oliverbooth/X10D/commit/55898d9e70228380b2d039c55e36d89cfe8a0fa2).
|
||||
The latest current stable is 3.3.1, which is commit [0bb35bb565fff170a3848acdffbb5d53087de64b](https://github.com/oliverbooth/X10D/commit/0bb35bb565fff170a3848acdffbb5d53087de64b).
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user