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 ‘__’)
Soaryn
August 10, 2019, 12:23pm
3
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”
R0man
August 10, 2019, 6:46pm
4
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.
Soaryn
August 11, 2019, 4:32am
6
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:
Seemingly so; however, until the system is more finalized, I don’t envision the documentation is of their highest priority.