You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
development console打印信息:
NullReferenceException: Object reference not set to an instance of an object
at Legent.AssetsLoader.LateUpdate () [0x0009e] in C:\Users\cheng\UnityProjects\thyplaymate\Assets\LEGENT\Runtime\AssetsLoader.cs:1913
The text was updated successfully, but these errors were encountered:
The issue has been resolved. Use legent download to update the client and try again. It was caused by a missing grpc file in the most recent Mac version build. In subsequent updates, we will test the correctness of the client on all platforms.
Thank you for your timely feedback!
系统: macOS 14.4.1
python版本: 3.9.16
运行代码:
from legent import Environment, ResetInfo env = Environment(env_path="auto") scene = { "instances": [ { "prefab": "LowPolyInterior_Floor_01", "position": [0, 0, 0], "rotation": [0, 0, 0], "scale": [4, 1, 4], "type": "kinematic" }, { "prefab": "LowPolyInterior_Potato", "position": [0,0.1,0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "type": "interactable" }, ], "player": { "position": [0,0.1,1], "rotation": [0, 180, 0] }, "agent": { "position": [0,0.1,-1], "rotation": [0, 0, 0] }, "center": [0, 10, 0], "prompt": "" } try: env.reset(ResetInfo(scene)) while True: env.step() finally: env.close()
development console打印信息:
NullReferenceException: Object reference not set to an instance of an object
at Legent.AssetsLoader.LateUpdate () [0x0009e] in C:\Users\cheng\UnityProjects\thyplaymate\Assets\LEGENT\Runtime\AssetsLoader.cs:1913
The text was updated successfully, but these errors were encountered: