Search found 7 matches

by VIMAGE
Sat Feb 06, 2021 4:58 pm
Forum: General Discussion
Topic: Saving a recorded AnimationClip
Replies: 1
Views: 571

Saving a recorded AnimationClip

Hey, I am recording the movement of my player with the "GameObjectRecorder" from unity and then saving it into an Animation Clip. Now I would want to save that animationclip with EaseSave. That doesn't work, because "Motion" is not natively supported and needs a custom Type as de...
by VIMAGE
Thu Feb 04, 2021 12:19 pm
Forum: General Discussion
Topic: Auto Save Error in Easy Save 3
Replies: 6
Views: 1936

Re: Auto Save Error in Easy Save 3

Hey, how did you achieve saving unityengine.Motion? I followed the steps provided in the document, but I am completly lost on how to apply that to the type "Motion".

I am trying to save an AnimationClip and it looks like you achieved that...
by VIMAGE
Mon Aug 17, 2020 10:02 pm
Forum: General Discussion
Topic: Saving Prefabs doesn't work
Replies: 8
Views: 2033

Re: Saving Prefabs doesn't work

Just to keep you up to date: reinstalling the Plugin seams to have fixed it, first tests worked! Just the Scriptable Object (Item) in a Script on the Prefab wasn't saved as the Instantiated Item that it acctually was and spawned as the original. But I just switched this with a clone of the original ...
by VIMAGE
Sun Aug 16, 2020 3:08 pm
Forum: General Discussion
Topic: Saving Prefabs doesn't work
Replies: 8
Views: 2033

Re: Saving Prefabs doesn't work

No, at least not as I was aware of.
Probably best if I reinstall the plugin.

Haven't been working with Unity for too long, is there a best way to do so without "destroying" anything?
by VIMAGE
Sun Aug 16, 2020 2:20 pm
Forum: General Discussion
Topic: Saving Prefabs doesn't work
Replies: 8
Views: 2033

Re: Saving Prefabs doesn't work

For my own Scene, the code looks like this. As you can see, I already tried to build a Workaround by saving and loading each element individually, because the autosave was not working. This code works, but it spawns only the Objects, not the prefabs, so every script + rigidbody etc. on them is missi...
by VIMAGE
Sun Aug 16, 2020 2:14 pm
Forum: General Discussion
Topic: Saving Prefabs doesn't work
Replies: 8
Views: 2033

Re: Saving Prefabs doesn't work

I get the error code already just by using your basic example Scene, nothing modified.
by VIMAGE
Sun Aug 16, 2020 1:43 pm
Forum: General Discussion
Topic: Saving Prefabs doesn't work
Replies: 8
Views: 2033

Saving Prefabs doesn't work

Hey, I tested it on my own scene, but always ran into an error, even though i followed different guides like this one: https://docs.moodkie.com/easy-save-3/es3-guides/saving-loading-gameobjects-prefabs/ I thought I did something wrong, so I tried for hours by now. Then I found your example Scene: ht...