Skip to content

Commit f2fb6b3

Browse files
committed
update assembly name and namespace in docs
1 parent 22197e0 commit f2fb6b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Packages/com.unity.formats.fbxsdk/Documentation/com.unity.formats.fbxsdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ There is no API documentation in the preview package. Refer to the <a href="http
3333
The bindings are in the `Unity.FbxSdk` namespace:
3434

3535
```
36-
using Unity.FbxSdk;
36+
using UnityEngine.Formats.FbxSdk;
3737
using UnityEngine;
3838
3939
public class HelloFbx {

Packages/com.unity.formats.fbxsdk/com.unity.formats.fbxsdk.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "com.unity.formats.fbxsdk",
2+
"name": "Unity.Formats.FbxSdk",
33
"references": [],
44
"optionalUnityReferences": [],
55
"includePlatforms": [

0 commit comments

Comments
 (0)