Where's the docs of ECS?

I mean, where can I find the what is [Inject] for?
(also any other stuff)

Unity Manual → shows nothing related to ECS

https://github.com/Unity-Technologies/EntityComponentSystemSamples/blob/master/Documentation/content/cheatsheet.md
^ show no description ‘__’)

You can find info about dependency injection here:
https://github.com/Unity-Technologies/EntityComponentSystemSamples/blob/master/Documentation/content/ecs_in_detail.md

Documentation page. You can find this by checking the stickied post above yours, called “Documentation”:
https://github.com/Unity-Technologies/EntityComponentSystemSamples/blob/master/Documentation/index.md

1 Like

They are located in the package Manager now:
https://docs.unity3d.com/Packages/com.unity.entities@0.1/manual/index.html

Also note @R0man This was a post from over a year ago, so there isn’t much of a surprise that the links are broken. Not very useful to necro an old thread to mention “404”

I guess we just have a different opinion on the importance of results from the top Google searches.

Anyone else having issues with that official package docs? The ones at Entity Component System | Package Manager UI website

A lot of the links have an “xref” protocol tag and thus don’t work.

For example on the components page, ALL of the links to each type of component use “xref” and thus can’t be opened.
https://docs.unity3d.com/Packages/com.unity.entities@0.1/manual/ecs_components.html
xref:Unity.entities.IComponentData
xref:IBufferelementData

etc, etc

My guess is those xref tags were supposed to be “turned into” something else by the documentation system but weren’t.

Going from post to post that are over a year old, indicating “404” is not constructive however, seeing as the “top google search” is the actual page:
4844342--465677--upload_2019-8-11_7-31-24.png

Seemingly so; however, until the system is more finalized, I don’t envision the documentation is of their highest priority.