Bug Fixes and Minor improvments
I recently learned something intriguing about Unity terrains. Each terrain in Unity has an associated "terrain data" component, which holds all the essential information about the terrain's heightmaps, textures, and other properties. While duplicating entire levels in Unity is generally possible, duplicating terrains is a different story. When you duplicate a terrain, it retains its original terrain data, meaning any modifications made to one instance of the terrain will be reflected in all instances sharing that same terrain data. This led to an unexpected issue in my game where the first and second levels appeared identical. It turned out that I was unknowingly modifying the terrain with the same terrain data for both levels. This experience highlighted the importance of creating unique terrain data for each terrain instance to ensure distinct and diverse levels in the game.
Files
Get Bubble Tank Frenzy Demo
Bubble Tank Frenzy Demo
Dive into Bubble Tank Frenzy: a roguelike adventure blending classic bubble-shooter action with dynamic challenges.
More posts
- Shuffle Update5 days ago
- New Bullets5 days ago
- Add Advanced Ai12 days ago
- Advanced Game Feel16 days ago
- Add Game Feel23 days ago
- Fall Mode35 days ago
- Version 1.0.741 days ago
- Version 1.0.679 days ago
- "Devlog Update: New Character Controller & Bubble Popping Mechanics!83 days ago
Leave a comment
Log in with itch.io to leave a comment.