mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
fix broken link to project organization
(cherry picked from commit 35c92cfd0e)
This commit is contained in:
committed by
Rémi Verschelde
parent
7e4dffcaee
commit
e1cd970641
@@ -126,7 +126,7 @@ We previously observed that there is no perfect solution to set a project archit
|
||||
|
||||
However, we often observe a common architecture for Unity projects, which consists in having one Assets folder in the root directory, that contains various folders, one per type of asset: Audio, Graphics, Models, Materials, Scripts, Scenes, etc.
|
||||
|
||||
As described before, Godot scene system allows splitting scenes in smaller scenes. Since each scene and subscene is actually one scene file in the project, we recommend organizing your project a bit differently. This wiki provides a page for this: `Project Organization <engine/project_organization.html>`_.
|
||||
As described before, Godot scene system allows splitting scenes in smaller scenes. Since each scene and subscene is actually one scene file in the project, we recommend organizing your project a bit differently. This wiki provides a page for this: :ref:`doc_project_organization`.
|
||||
|
||||
|
||||
Where are my prefabs?
|
||||
|
||||
Reference in New Issue
Block a user