Skip to content

Add detection for Mirror and Mirage #889

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions descriptions/SDK.Mirage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[**Mirage**](https://github.com/MirageNet/Mirage) - Easy to use high performance Network library for Unity.
1 change: 1 addition & 0 deletions descriptions/SDK.Mirror.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[**Mirror**](https://github.com/MirrorNetworking/Mirror) - The #1 free open source game networking library for Unity.
2 changes: 2 additions & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ Lua[] = (?:^|/)(?:lib)?lua5\.?[01234]\.(?:dll|so)$
Lua[] = \.lua$
LWJGL = (?:^|/)lwjgl(?:64)?\.(?:dll|jar)$
Miles_Sound_System = (?:^|/)mss(?:16|32|64)\.dll$
Mirage = (?:^|/)Mirage\.dll$
Mirror = (?:^|/)Mirror\.dll$
Modio = (?:^|/)mod\.?io
NodeJS = (?:^|/)(?:lib)?node\.(?:dll|dylib)$
NvCloth = (?:^|/)NvCloth(?:profile)?_x(?:64|86)\.dll$
Expand Down
3 changes: 3 additions & 0 deletions tests/types/SDK.Mirage.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/Mirage.dll
/folder/Mirage.dll
Mirage.dll
3 changes: 3 additions & 0 deletions tests/types/SDK.Mirror.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/Mirror.dll
/folder/Mirror.dll
Mirror.dll
4 changes: 4 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ falcoengine.dlll
athEngine.dll
PathEngine.dl
PathEngine_dll
Mirror_dll
Mirror.dl
Mirage_dll
Mirage.dl
somethingFishnet.Runtime.dll
Fishnet.Runtime_dll
Fishnet.Runtime.dllWhoopsie
Expand Down