convert stp to obj && import obj into project
This commit is contained in:
parent
fe320b4c74
commit
42b5bf99b3
|
|
@ -15,8 +15,8 @@ const unityConfigBuilder: (path: string) => UnityConfig = (path) => ({
|
|||
});
|
||||
|
||||
const option = [
|
||||
{ value: "/unity/kartrider/Build/kartrider", name: "kartrider" },
|
||||
{ value: "/unity/3d-test/Build/3d-test", name: "3d-test" },
|
||||
{ value: "/unity/kartrider/Build/kartrider", name: "kartrider" },
|
||||
{ value: "/unity/test-project/build", name: "test-project" },
|
||||
];
|
||||
|
||||
|
|
|
|||
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue