Skip to content

Commit ff84cfa

Browse files
authored
Add unity method (RCS1213) (#1686)
1 parent 0e56afb commit ff84cfa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- Fix analyzer [RCS1248](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1248) ([PR](https://github.com/dotnet/roslynator/pull/1677))
2020
- Fix analyzer [RCS1203](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1203) ([PR](https://github.com/dotnet/roslynator/pull/1683))
2121
- Fix analyzer [RCS1043](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1043) ([PR](https://github.com/dotnet/roslynator/pull/1684))
22+
- Fix analyzer [RCS1213](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1213) ([PR](https://github.com/dotnet/roslynator/pull/1686))
23+
- Add unity method `OnRectTransformDimensionsChange`
2224
- Fix refactoring [Check expression for null](https://josefpihrt.github.io/docs/roslynator/refactorings/RR0024) ([PR](https://github.com/dotnet/roslynator/pull/1682))
2325

2426
## [4.14.0] - 2025-07-26

src/Core/UnityScriptMethods.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ private static ImmutableHashSet<string> LoadMethodNames()
7373
"OnPostRender",
7474
"OnPreCull",
7575
"OnPreRender",
76+
"OnRectTransformDimensionsChange",
7677
"OnRenderImage",
7778
"OnRenderObject",
7879
"OnSerializeNetworkView",

0 commit comments

Comments
 (0)