- Home /
Using .prefabs externally
So random question...
Is there anyway I could write into my vb program that will read and write to .prefabs?
Why you may ask? Making an mmo through unity is tough (data entry side of things) Most thins can be read and stored from mysql... but stuff like items(weapons and what not) need a prefab.
Just hoping someone else has done this or knows of a general way of doing this.
Thanks for reading :)
Answer by kidne · Dec 21, 2015 at 12:41 AM
Don't think so. I save all the players custom attributes to my server, let them download the info when they sign in, and apply the info as needed
Your answer

Follow this Question
Related Questions
Prefabs Workflow - Changing models in a 3D app after they have been used in a prefab 9 Answers
Help on specific spawn position for a single prefab 2 Answers
Scripts of Objects which I've deleted through the editor still exist and are run 0 Answers
Resource.Load prefab via variable? 1 Answer
collision between two prefabs. 0 Answers