-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathReadme.txt
157 lines (87 loc) · 5.34 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
----------------------------------------------------------------------------------------------
FBX Importer & Exporter for Unity β Trial Version 2015/09/01
Copyright (c) 2015, ACTINIA Software. All rights reserved.
Homepage: http://actinia-software.com
E-Mail: [email protected]
Twitter: https://twitter.com/hoetan3
GitHub: https://github.com/hoetan
Developer: ほえたん(Hoetan)
----------------------------------------------------------------------------------------------
[Japanese Manual]
■読んでね
*FBX Importer for Unity マニュアル(日本語と英語)
FBXImporterExporterForUnity/Assets/FBXImporter&ExporterForUnity/FBXImporterForUnity/Readme.txt
*FBX Exporter for Unity マニュアル(日本語と英語)
FBXImporterExporterForUnity/Assets/FBXImporter&ExporterForUnity/FBXExporterForUnity/Readme.txt
■対応OS
Windows 10 (64bit)
Windows 8/8.1 Update 1 (64bit)
Windows 7 ServicePack 1 (64bit)
■対応3Dエンジン
Unity Personal/Professional v5.1.3f1 (64bit)
※必ずこのバージョン以降でシーン(Scene)を開いて下さい。※これ以下だとシーンを正常に開けません。
■対応Visual C++ランタイム
Visual Studio 2015 の Visual C++ 再頒布可能パッケージ (x64): https://www.microsoft.com/ja-jp/download/details.aspx?id=48145
※「DllNotFoundException: Assets/FBXImporter&ExporterForUnity/FBXImporterForUnity/Plugins/x86_64/FBXImporterForUnity.dll」
※「DllNotFoundException: Assets/FBXImporter&ExporterForUnity/FBXExporterForUnity/Plugins/x86_64/FBXExporterForUnity.dll」
のエラーがでた場合は、上記のランタイムのインストールが必須です。
■使用ライブラリ(DLL)
FBX SDK 2016.1.1 VS2015 (64bit): http://www.autodesk.com/products/fbx/overview
※「DllNotFoundException: Assets/FBXImporter&ExporterForUnity/FBXImporterForUnity/Plugins/x86_64/FBXImporterForUnity.dll」
※「DllNotFoundException: Assets/FBXImporter&ExporterForUnity/FBXExporterForUnity/Plugins/x86_64/FBXExporterForUnity.dll」
のエラーがでた場合は、上記のSDKにあるDLLのコピーが必須です。
「C:\Program Files\Autodesk\FBX\FBX SDK\2016.1.1\lib\vs2015\x64\release\libfbxsdk.dll」を、Unityプロジェクトのルート(※)へコピーしてください。
(※Assetsよりひとつ上の階層のルートのプロジェクトフォルダ内へエクスプローラで「libfbxsdk.dll」をコピーする)
■製品版紹介
「Asset Store」にて製品版の「FBX Importer for Unity β」と「FBX Exporter for Unity β」と「FBX Importer & Exporter for Unity β」を販売中です。
・FBX Importer for Unity β
http://u3d.as/iit
・FBX Exporter for Unity β
http://u3d.as/ghk
・FBX Importer & Exporter for Unity β
http://u3d.as/iiu
■お問い合わせ
改善案(アイデア)やバグ報告も、メールにて受け付けております。
ついでに、このツールの使用目的を、メールで詳細を教えてくれると助かります。(興味深々)
お仕事も随時募集中です!(ツールの独自機能拡張依頼も可能!)
E-Mail: [email protected]
----------------------------------------------------------------------------------------------
[English Manual]
■Readme
*FBX Importer for Unity Manual (Japanease & English)
FBXImporterExporterForUnity/Assets/FBXImporter&ExporterForUnity/FBXImporterForUnity/Readme.txt
*FBX Exporter for Unity Manual (Japanease & English)
FBXImporterExporterForUnity/Assets/FBXImporter&ExporterForUnity/FBXExporterForUnity/Readme.txt
■Compatible OS
Windows 10 (64bit)
Windows 8/8.1 Update 1 (64bit)
Windows 7 Service Pack 1 (64bit) [Windows7: Kinect2 is no support.]
■Compatible 3D Engine
Unity Personal/Professional v5.1.3f1 (64bit)
*Always open scenes using the version stated above or newer. Scenes will not properly open on older versions than the one stated above.
■Compatible Visual C++ Runtime
Visual Studio 2015 Visual C++ Redistributable Package (x64):
Japanese: https://www.microsoft.com/ja-jp/download/details.aspx?id=48145
English: https://www.microsoft.com/en-US/download/details.aspx?id=48145
*If the following error occurs:"DllNotFoundException: Assets/FBXImporter&ExporterForUnity/FBXImporterForUnity/Plugins/x86_64/FBXImporterForUnity.dll"
*If the following error occurs:"DllNotFoundException: Assets/FBXImporter&ExporterForUnity/FBXExporterForUnity/Plugins/x86_64/FBXExporterForUnity.dll"
Please download a runtime from one of the links above that best matches your language.
■Library Dependency(DLL)
FBX SDK 2016.1.1 VS2015 (64bit): http://www.autodesk.com/products/fbx/overview
*If the following error occurs:"DllNotFoundException: Assets/FBXImporter&ExporterForUnity/FBXImporterForUnity/Plugins/x86_64/FBXImporterForUnity.dll"
*If the following error occurs:"DllNotFoundException: Assets/FBXImporter&ExporterForUnity/FBXExporterForUnity/Plugins/x86_64/FBXExporterForUnity.dll"
Please copy-paste the DLL that is found in the above SDK.
Copy the DLL found from this path, "C:\Program Files\Autodesk\FBX\FBX SDK\2016.1.1\lib\vs2015\x64\release\libfbxsdk.dll", to the root (*) of the Unity project.
(*Copy-paste "libfbxsdk.dll" into the root project directory that is one hierarchy above the Assets directory.)
■Now on sale
"FBX Importer for Unity β" and "FBX Exporter for Unity β" and "FBX Importer & Exporter for Unity β" is now on sale in the "Asset Store".
FBX Importer for Unity β
http://u3d.as/iit
FBX Exporter for Unity β
http://u3d.as/ghk
FBX Importer & Exporter for Unity β
http://u3d.as/iiu
■Contact Us
Mails about ideas for improving this software and bug reports are welcome.
Mails about how this software is being used are also very welcome.
E-Mail: [email protected]