Get New Nodes for Unity Visual Scripting - Save Load Data from File

preview_player
Показать описание
We have created two new nodes or unit that you can use in your games.

Рекомендации по теме
Комментарии
Автор

This is great! I only discovered recently by trial and error how to save data with saved variables but this looks a lot more efficient. Thanks for making this!

nanomantube
Автор

This is exactly what i was looking for as an non programmer spend few days making this work with builtin unity json serialization not able to make it work properly. Thank you, im going to test it right now!

Good.Idea.Zlovakia
Автор

These are a great resource, I always bring them into my projects when I'm using Visual Scripting.

WildfireKitsune
Автор

ty for sharing with us all your knowledge. i was looking for a better way of storing data instead of using the build in saved variables in unity. Really thank you!!

sovaonlol
Автор

Yes! I've been wanting to have a simple way to implement saving with UVS for a while

stuart
Автор

Very awesome, big props for showing your skills with some free content.

Left a request: can I save just ONE value for a provided key to Json, instead of writing the entire file each time?

JakeCollinge
Автор

I'm having a problem with the save node. i'm trying to save a vector 3 named playerPosition to a dictionary and I get the error "Json Serialization Exception: Self referencing loop detected for property 'normalized' with type 'unityEngine.Vector3'. Path 'playerPosition.normalized'."

stuart
Автор

How to do use datebase in Unity Visual Scripting ?

vjdiykl
Автор

How can I use this to save the players location data? Or if I want to save the scene the player left off, how do I do that?

dominicisgreat
Автор

When building on Android
Should the path be

endonR
Автор

can you help im geting these errors Assets\SPUC\LoadDataFromFile.cs(5, 7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) and Assets\SPUC\SaveDataToFile.cs(3, 7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

JandAVideoGames