Search Issue Tracker
Not Reproducible
Votes
22
Found in
2018.4
2018.4.21f1
2019.3
2020.1
2020.2
Issue ID
1233808
Regression
No
UnityEvents using Classes as Paremeters don't fire when used in builds
Steps to reproduce:
1. Open the QA-attached project (Link in the edit "Project: (60mb)")
2. Run the MainScene in the editor.
3. Press the left mouse button to start the run.
4. Notice these Logs are being called:
"Entered new track caught, if this is fired, the event is successful"
" Found an old track, cleaning up".
5. Build and run the project.
Expected: the same logs also appear.
Actual: the logs no longer get called.
Reproduced in: 2018.4.21f1, 2019.2.21f1, 2019.3.6f1, 2020.1.0b5, 2020.2.0a5
Note:
The event object is located in:
Assets -> Events -> GameEvents -> Track Events -> OnNewSegmentEntered
The script that fires the event: TrackSegment.cs
The script that should receive the event: EnvironmentSpawner.cs, located as a Component on Hierarchy -> [Managers] -> [Spawning Manager]
Repro in:
Win10
Android:
VLNQA00021, Samsung Galaxy S7 (SM-G930F), Android 8.0.0, CPU: Exynos 8 Octa 8890, GPU: Mali-T880
VLNQA00288, Samsung Galaxy J7 (SM-J730F), Android 8.1.0, CPU: Exynos 7 Octa 7870, GPU: Mali-T830
VLNQA00277, Asus ROG Phone (ASUS_Z01QD), Android 8.1.0, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
VLNQA00121, Samsung Galaxy S9 (SM-G960F), Android 9, CPU: Exynos 9 Series 9810, GPU: Mali-G72
-
easygrowthline
Nov 09, 2021 10:12
Fix Errors Problem Of Quickbooks, Quicken, Printer & AT&T Email Erros
Our Expert Team Solve Errors Problem Like Quicken Solve Errors Problem,Quickbooks Solve Errors Problem,Printer Solve Errors Problem,AT&T Email Solve Errors Problem .
More Info :- errossolution.com -
easygrowthline
Nov 09, 2021 10:08
How to Gain Weight in 30 Days By Ayurveda Products
It is human nature, if he is fat he tries to lose weight and if he is thin he tries to get fat. Friends if you take our Parivartan Ayurveda Weight Gain Capsules. You can gain weight in 15 To 30 days. With Parivartan Ayurveda Weight Gain Capsule, you will gain 5 kg in a month.
-
infoityug8
Jan 05, 2021 09:38
Here are available many informative blogs, so once have a look.
-
kennewicktree
Jul 29, 2020 21:53
This is quite the annoying little quirk!
http://www.pascotreepros.com
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Resolution Note (2021.2.X):
Project setup error:
Two copies of the asset exist, one in addressables, and one in the player main scene. The track firing the event is in addressables, but the listener listening to the event is in the player main scene. Because of these being unlinked copies, the event is not received.
"[Spawning Manager]" should be moved to and loaded from addressables, additionally "Assets\Events\GameEvents\Track Events\OnNewSegmentEntered.asset" should also be marked as addressable to ensure it does not get duplicated any additional times and events remain linked.