Search found 5 matches

by HairlessGorilla
Sun Jun 11, 2023 1:42 pm
Forum: General Discussion
Topic: Saving deletion of objects
Replies: 1
Views: 352

Saving deletion of objects

Hi, I'm sure there's an obvious answer to this question, but I'm trying to use easy save to save whether or not an object has been destroyed. I understand i could alternatively disable the object rather than destroying it, but I'm going to be having thousands of instances of the object in my scene a...
by HairlessGorilla
Tue May 16, 2023 10:27 am
Forum: General Discussion
Topic: HideFlags.DontSave error preventing build
Replies: 5
Views: 1359

Re: HideFlags.DontSave error preventing build

I figured out the problem for my case, but I assume other cases may be different. I had the asset Vegetation Spawner https://assetstore.unity.com/packages/tools/terrain/vegetation-spawner-177192 installed, and having an object with the component VegetationSpawner added to it causes the build to fail...
by HairlessGorilla
Tue May 16, 2023 8:42 am
Forum: General Discussion
Topic: HideFlags.DontSave error preventing build
Replies: 5
Views: 1359

HideFlags.DontSave error preventing build

Hi, I just added easy save to my project, and setup autosave, but now whenever i build the project, i got about 200 errors saying things like: An asset is marked with HideFlags.DontSave but is included in the build: Asset: 'Library/unity editor resources' Asset name: Hidden/2D Handles Dotted Lines (...
by HairlessGorilla
Mon May 30, 2022 11:19 am
Forum: General Discussion
Topic: Save prefab and load it with parent
Replies: 1
Views: 476

Save prefab and load it with parent

How would I make a saved prefab load into the scene as a child of the same parent that it got saved in? I'm trying to load UI prefabs but I can't properly do this as it isn't a child of the canvas when it is loaded in.

Thanks
by HairlessGorilla
Sun May 29, 2022 10:42 am
Forum: General Discussion
Topic: Setting Default File Path from another scene?
Replies: 1
Views: 463

Setting Default File Path from another scene?

Is there a way to set the autosaves default file path while in another scene? Or alternatively, make the autosave load a save file from the Runtime Settings' Default File Path?

Thanks.