ULinkRPC.CodeGen
0.1.1
dotnet tool install --global ULinkRPC.CodeGen --version 0.1.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local ULinkRPC.CodeGen --version 0.1.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ULinkRPC.CodeGen&version=0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package ULinkRPC.CodeGen --version 0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ULinkRPC.CodeGen
Command-line code generator for ULinkRPC.
Install (dotnet tool)
dotnet tool install -g ULinkRPC.CodeGen
Usage
ulinkrpc-codegen [options]
Modes
auto(default): detect project type and generate outputs accordingly.unity: generate Unity client + binder code.server: generate server binders +AllServicesBinder.
Options
--contracts <path>Path to contract sources.--output <path>Output directory for generated clients (Unity).--binder-output <path>Output directory for generated binders (Unity).--server-output <path>Output directory for server binders.--server-namespace <ns>Namespace for server binders.--mode <auto|unity|server>Force output mode.
Default Behavior
- Unity project: generates to
samples/RpcCall/RpcCall.Unity/Assets/Scripts/Rpc/RpcGenerated. - Server project: generates to
samples/RpcCall/RpcCall.Server/Generated.
Paths can be overridden via options.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.1 | 5 | 2/3/2026 |