Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixing return RPC not generating serialize functions
if only using a type in a UniTask<MyType> RpcMyRpc(), a serialize functions for MyType will now be generated. previous this would give runtime error because no writer for MyType found.
- Loading branch information