Horje
Create Lines/Paths in 2d program and then export to 3d program Code Example
Create Lines/Paths in 2d program and then export to 3d program
That won't be a problem if you use the same unit scale. (Unity as convention is 1 unit as 1 mt).
So for example creating an array of Vector3 we can pass then the positions we want just on the X, and Z axis.
The current positions are of 1 Unit length, and will form a square, if you keep the same scale between the 2 project you wont have any problem.
What you need to do is now to export that Vector3[] positions as Json, import it and set the LineRenderer Positions.

To read more about it (with code example), check the source




Whatever

Related
Tcl get part of list Code Example Tcl get part of list Code Example
How to build smaller and secure Docker Images for .NET5 Code Example How to build smaller and secure Docker Images for .NET5 Code Example
What is rrsp Code Example What is rrsp Code Example
roburoblok.gr Code Example roburoblok.gr Code Example
adobe premiere reset to default Code Example adobe premiere reset to default Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7