Search found 5 matches

by styx_oarsman
Sun Aug 27, 2023 9:48 am
Forum: Dialogue System for Unity
Topic: Position saver only saves rotation info
Replies: 7
Views: 766

Re: Position saver only saves rotation info

Makes sense, thanks.
by styx_oarsman
Sun Aug 27, 2023 7:28 am
Forum: Dialogue System for Unity
Topic: Position saver only saves rotation info
Replies: 7
Views: 766

Re: Position saver only saves rotation info

Alright, I took a look at your scene and I think I have the answer! Setting the value of Save system -> Frames To Wait Before Apply Data to 1 seems to do the trick. Mine was set to 0. Not quite sure why this is the case but it seems to work.

Thanks for the help, I really appreciate it.
by styx_oarsman
Sat Aug 26, 2023 4:47 pm
Forum: Dialogue System for Unity
Topic: Position saver only saves rotation info
Replies: 7
Views: 766

Re: Position saver only saves rotation info

Ok here's the recording of how I set up the scene, if that helps.
by styx_oarsman
Sat Aug 26, 2023 4:15 pm
Forum: Dialogue System for Unity
Topic: Position saver only saves rotation info
Replies: 7
Views: 766

Re: Position saver only saves rotation info

I've tried to replicate the issue in a completely new project, importing nothing but the Third Person Starter Asset and the Dialogue system (plus dependencies). The issue persists... It's quite likely that I'm doing something wrong so I'll try to record the session and post the link here, maybe that...
by styx_oarsman
Fri Aug 25, 2023 10:44 am
Forum: Dialogue System for Unity
Topic: Position saver only saves rotation info
Replies: 7
Views: 766

Position saver only saves rotation info

Hi, I have an issue with the Saver that comes with the Dialogue system. I'm using the Third person starter asset and I'm trying to save the position of the player. I've added the PositionSaver element to the player object (it's called PlayerArmature in this particular asset) but when I save/load the...