EntityComponentSystemSamples icon indicating copy to clipboard operation
EntityComponentSystemSamples copied to clipboard

Step 9.3 of EntitiesSamples/EntitiesTutorial gives an error on "var tankTransform = GetComponent<LocalToWorld>(Target);"

Open MagiJedi opened this issue 2 years ago • 1 comments

Workaround is to change the line to "var tankTransform = SystemAPI.GetComponent<LocalToWorld>(Target);"

MagiJedi avatar Jan 24 '23 00:01 MagiJedi

Edited title is correct but your comment is missing the type. Thanks for the fix!

aefreedman avatar Jan 25 '23 23:01 aefreedman