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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment