Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.1.2f1
Issue ID
1046004
Regression
No
Tile StartUp method is called more times than the number of Tiles when placing them
How to reproduce:
1. Open the "Main" scene in the attached "1046004_repro.zip" project
2. Create a custom Tile Asset (Asset/Create/Tiles/TEST)
3. Select the newly created Tile Asset and assign its' "Sprite" field a value
4. Drag and drop the Tile Asset into the Tile Palette
Optional steps:
5. Select that Tile from the Tile Palette
6. Place it in the Tilemap (in the Scene)
7. Move the cursor from the placed Tile
Expected result: When placing the Tile Asset into the Tile Palette or placing a Tile into the scene, the StartUp method for that Tile gets called as many times as there are Tiles placed.
Actual result: When placing the Tile Asset into the Tile Palette or placing a Tile into the scene, the StartUp method for that Tile gets called more times than the number of Tiles actually placed (view debug messages in the Console).
Reproducible with - 2017.2.3p1, 2017.4.5f1, 2018.1.4f1, 2018.2.0b7, 2018.3.0a1
Notes:
- The issue does not occur in the Play mode (when entering the Play mode, the StartUp method is called once for each Tile in the Scene and in the Tile Palette)
- Could not test on 2017.1, since Test Palette was introduced in 2017.2.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Render Graph Execution errors when using GPU occlusion culling with 'Opaque Objects' frame setting disabled on a Camera
- Animator window: “Delete” menu item not greyed out for Base Layer context menu
- Resetting “PC_RP Asset (Universal Render Pipeline Asset)” causes Game view to become black and throws Renderer and NullReference errors in the Console window
- [Mobile] Player Crash on scripting_invoke_profiler_begin when the built Player Scene has an empty UIDocument and is built on IL2CPP
- Unnecessary Warnings are logged when running Player with -batchmode -nographics
Add comment