我正在尝试在我的Unity游戏中实现Gamejolt API。我已经下载并导入了Gamejolt API v2.4.0,并将GameJoltAPI.prefab拖到我的场景中。
当我开始尝试使用实际的API时,就会发生问题。在我发现的相同版本的教程中,他们使用的东西似乎不包含在我下载的内容中。在视频教程中,他们使用GameJolt.API.Manager
和Gamejolt.UI.Manager
,但是当我尝试执行此操作时,出现错误error CS0234: The type or namespace name 'Manager' does not exist in the namespace 'GameJolt.API'. Are you missing an assembly reference?
在GameJolt网站本身链接的书面教程中,他们使用GameJoltUI.Instance.ShowSignIn();
,但出现错误error CS0103: The name 'GameJoltUI' does not exist in the current context.
据我所知,我完全遵循了这两个教程,而且我不知道自己在做什么错。
任何帮助将不胜感激,谢谢!