Prefabs in a new list? Unity 3d

Hey! Can someone tell me how can I put prefabs (ID, position) into the list? But I’m asking about list from which I will be able to read / copy this data. The best form would be for me the excel table.
greetings
Jo5zek

Simpliest way is to save it to text file comma-separated line by line, like this

ID;Position
0;(0,0,0)
1;(0,1,0)
...
N;(1,0,1)

Excel and google docs can read those files, it is called csv format.
The hard way is to connect Excel API or Google Docs API or Office Online API and build a document using those APIs methods.

1 Like

Yes, that i mean. Can you write me the skript?

Of course. $250.

2 Likes

:smile:DDDDDDDDDDDDD