Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.0.1f1
Issue ID
750066
Regression
Yes
[javascript] crashes when using GetComponent.<Transform> when declaring variable
Unity crashes when in javascript's variable declare user tries to assign value using GetComponent<> function.
Crash only happens if script is used in prefab.
Steps to reproduce:
1. Open attached project.
2. Open the scene
3. Try adding NPCTick.js script (Assets/NPCs) to Player prefab (Assets/Player)
4. In the inspector, press apply button
5. Unity crashes.
Regression from 4.6. In 4.6 there was an error thrown:
"UnityException: You are not allowed to call this function when declaring a variable.
Move it to the line after without a variable declaration."
Reproduced with 5.0.1f1, 5.3.0f3.
Fix verified on 5.4.0b16
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- New 3D URP Sample Scenes Project is created with an invalid dependency on com.unity.render-pipelines.universal-config when creating the Sample Project for the first time
- Canvas Scaler causes abnormal scaling of Canvas elements in Play Mode when UI Scale Mode is set to "Constant Physical Size" and any Editor window is moved to a differently scaled monitor and is interacted with
- [2D] Light 2D component does not light the sprite correctly in the Play Mode
- Animator.GetCurrentAnimatorClipInfo() returns an empty list when the Animator is playing the animation
- SHADERPASS has incorrect value when using Shader Graph for Built-In target
Add comment