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
Copy file name to clipboardExpand all lines: documentation/unity/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ C# component stubs for typescript files will also be automatically generated for
135
135
136
136
#### Creating and installing a npmdef
137
137
To create a *NPM Definition* right click in the Unity Project browser and select ``Create/NPM Definition``.
138
-
You can **install a *NPM Definition* package** to your runtime project by e.g. selecting your ``Export Info`` component and adding it to the ``dependencies`` list (internally this will just add the underlying npm package to your package.json).
138
+
You can **install a *NPM Definition* package** to your runtime project by e.g. selecting your ``Needle Engine`` component (formerly ``Export Info``) and adding it to the ``dependencies`` list (this effectively adds the npmdef package to your web project's package.json in the `dependencies` array just like you would do it manually or by running `npm i <path/to/package>`).
0 commit comments