From 3a3ed79ea73c1c13c4662517eb3616eab19879b3 Mon Sep 17 00:00:00 2001 From: Marcel Wiessler Date: Wed, 4 Oct 2023 22:52:34 +0200 Subject: [PATCH] Update project-structure.md --- documentation/project-structure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/project-structure.md b/documentation/project-structure.md index 2a07afe90..038ca1d1d 100644 --- a/documentation/project-structure.md +++ b/documentation/project-structure.md @@ -72,9 +72,9 @@ If you're planning to only add custom files via NpmDefs and not change the proje ## Typescript in Unity -**NPM Definition** are [npm packages](https://docs.npmjs.com/about-packages-and-modules) tightly integrated into the Unity Editor. +**NPM Definition** are [npm packages](https://docs.npmjs.com/about-packages-and-modules) tightly integrated into the Unity Editor which makes it easily possible to share scripts with multiple web- or even Unity projects. -That includes generating C# component stubs automatically. In the future, we're planning to support automatically copying assets to output/distribution folders as well. +C# component stubs for typescript files will also be automatically generated for scripts inside npmdef packages. #### Creating and installing a npmdef To create a *NPM Definition* right click in the Unity Project browser and select ``Create/NPM Definition``.