Hashtag 9077 Posted May 22, 2022 Interactable#interact will rotate camera, so you can't use that. Instead, use InteractionEvent#interact as shown below. InteractionEvent ie = new InteractionEvent(new EntityDestination(GameObjects.closest("Tree"))); ie.interact("Chop down", InteractionSetting.MOVE, InteractionSetting.ZOOM_CAMERA /*, InteractionSetting.ROTATE_CAMERA */);
Recommended Posts
Archived
This topic is now archived and is closed to further replies.