vad710 / UnityEngineAnalyzer

Roslyn Analyzer for Unity3D
MIT License
273 stars 43 forks source link

Feature/transform analyzer #32

Closed Kasperki closed 6 years ago

Kasperki commented 6 years ago

implements #25 it does not find if the SetParent is called from other code block, eg another method, since the variable name could change and make this much more complicated. But this should cover most common cases.