We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7a2d2 commit 85a1264Copy full SHA for 85a1264
README.md
@@ -108,9 +108,10 @@ public class Health : MonoBehaviour, IPoolable
108
109
### How to enable Zenject support
110
111
-1. Open `Project Settings` of your project and select `Player` tab
112
-2. Find `Scripting Define Symbols` and add `ZENJECT` to that list
113
-3. Press the `Apply` button
+1. Import [Zenject](https://github.com/modesttree/Zenject) into your project
+2. Open `Project Settings` of your project and select `Player` tab
+3. Find `Scripting Define Symbols` and add `ZENJECT`
114
+4. Press the `Apply` button
115
116
117

0 commit comments