Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
5.0.0a19
Issue ID
624127
Regression
No
Updates to GetComponent(string) on implicit "this" / "self" generates wrong code
To Reproduce:
1. Open 'Test.cs' in the attached project, Observe the line 'Component comp = GetComponent(scriptname)
2. Run API updater.
3.Observe that the aforementioned line was converted to
'Component comp = UnityEngineInternal.APIUpdaterRuntimeServices.(GetComponent, "Assets/Test.cs (9,20)", scriptName); ' which results in a syntax error.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Modifying UI Prefab child's Height only confirms the first 1 or 2 digits when the Scene is newly opened or the Prefab is newly created
- ProfilingSampler.Get() returns null and makes the Player only render black when building a Release Build
- Search text field visual controls for the Path binding in an Input Actions Asset is misaligned
- Display issues in VideoPlayer when using Screen.SetResolution on certain Google Pixel devices
- Crash on Texture::TextureIDMapInsert when opening a specific project
Add comment