You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Include the FixedMathSharp project or its DLLs in your build process.
49
+
50
+
### Unity
51
+
52
+
To integrate **FixedMathSharp** into your Unity project:
53
+
54
+
1. **Download the Package**:
55
+
- Obtain the latest `FixedMathSharp{{VERSION}}.unitypackage` from the [Releases](https://github.com/mrdav30/FixedMathSharp/releases) section of the repository.
56
+
57
+
2. **Import into Unity**:
58
+
- In Unity, navigate to **Assets > Import Package > Custom Package...**.
59
+
- Select the downloaded `FixedMathSharp{{VERSION}}.unitypackage` file.
60
+
61
+
3. **Verify the Integration**:
62
+
- After importing, confirm that the `FixedMathSharp` namespace is accessible in your scripts.
0 commit comments