Skip to content
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

6.1.6をUnityのImport Packageからインストールするとエラーで実行できない #878

Open
ANIZA15 opened this issue Dec 17, 2024 · 0 comments

Comments

@ANIZA15
Copy link

ANIZA15 commented Dec 17, 2024

Unity 6000.0.23.f
Windows 11

YetAnotherHttpHandler 1.8.1

まずはエラーとなるコードです。

using MagicOnion;
using MagicOnion.Client;

[MagicOnionClientGeneration(typeof(Test.Shared.IUserService))]
partial class MagicOnionGeneratedClientInitializer { }

エラー文

Assets\Test\Programs\Commons\MagicOnionGeneratedClientInitializer.cs(4,2): error CS0246: The type or namespace name 'MagicOnionClientGenerationAttribute' could not be found (are you missing a using directive or an assembly reference?)

これはUnity6000.0.23f1だから起きるエラーなのでしょうか?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant