-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from sator-imaging/active/v3.0.1
fix: no reason to limit Unity version
- Loading branch information
Showing
2 changed files
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,8 @@ | ||
#if false == UNITY_2022_1_OR_NEWER | ||
|
||
// NOTE: to use record & init accessor in Unity 2021 | ||
// https://stackoverflow.com/questions/62648189/testing-c-sharp-9-0-in-vs2019-cs0518-isexternalinit-is-not-defined-or-imported | ||
|
||
namespace System.Runtime.CompilerServices | ||
{ | ||
[ComponentModel.EditorBrowsable(ComponentModel.EditorBrowsableState.Never)] | ||
/*internal*/ class IsExternalInit | ||
{ | ||
} | ||
class IsExternalInit { } | ||
} | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters