在AWS GameLift Unity本地测试面板中提示未配置JRE

0

【以下的问题经过翻译处理】 大家好,我正在尝试测试由aws gamelift unity包提供的示例代码。在本地测试面板中,它一直提示未在jre中配置。我尝试了多次下载,但仍然无法工作。我检查了我的环境变量,并有Java_home。我使用的是mac mini m1,我的unity版本是2021.3.4。提前感谢。

profile picture
EXPERT
asked 5 months ago23 views
1 Answer
0

【以下的回答经过翻译处理】 此问题已在v1.2.1版本中解决https://github.com/aws/amazon-gamelift-plugin-unity/releases/tag/v1.2.1,感谢您报告此问题。

之前的github上的回答:

抱歉回复迟了。不确定您是否知道我们在GitHub上的一个公开问题:https://github.com/aws/amazon-gamelift-plugin-unity/issues/58它有一个解决方法:

我唯一让它实际工作的方法是让JavaSetting.cs中的RefreshIsConfigured()始终返回true。

我们目前也在内部跟踪此问题的修复。

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions