1. Lost Twins 2
  2. News

Lost Twins 2 News

Devlog#12: Introducing puzzle element - Dragonfly

In this update, we're excited to share details about one of the most intriguing creatures in our game - the Dragonfly. As an interactive puzzle element in our forest zone, we put a lot of thought into the design, mechanics, and animations of this magical creature.

As a puzzle element in our forest zone, we explored various ideas for allowing players to fly around and reach different areas of the puzzle. Ultimately, the Dragonfly seemed like the perfect fit as it complements the forest theme.



Although the creature isn't an exact replica of a dragonfly, it's a magical creature that players can mount to travel to different areas, including separate puzzle pieces that are joined together. When players dismount, the Dragonfly returns to its original position in that level.

To see the Dragonfly in action, check out the video below.

[previewyoutube][/previewyoutube]

One of the biggest challenges we faced was designing the environment in a way that doesn't allow players to break the puzzle by flying everywhere. We created many narrow passages that only players can pass through, not the Dragonfly. This restriction creates interesting and challenging puzzles for players to solve.

When it came to implementing the Dragonfly's design, we used Spine to create its rig and animations, which we then imported into Unity. By making the character a child to one of the bones near the Dragonfly's neck, we ensured that the character follows the Dragonfly's movements and animations naturally.

Take a look at the Dragonfly's animations in the video below.



[previewyoutube][/previewyoutube]

From the ideation stage to its implementation, the Dragonfly has been an exciting and challenging puzzle element to develop. As always, thank you for following along with our development journey. Be sure to stay tuned for more updates as we continue to build and refine our game. Until next time!

Best wishes,
Playdew

Devlog#11: Introducing puzzle element - Bridge

In developing the Enchanted Forest area of Lost Twins, our team was tasked with incorporating puzzle elements that would enhance the forest ambiance. After several brainstorming sessions, we decided to include a bridge as one of the puzzles. The broken bridge would give the impression that it is fragile and could break at any moment, but in actuality, it can only collapse when both characters have stepped onto it.

To bring our idea to life, we first constructed each section of the bridge as individual meshes. We then imported them into the Unity Engine, where we merged them together. Initially, the bridge appears intact to the user, but when both characters step onto it, each mesh detaches from the others.

To achieve the effect of a dramatic bridge collapse, we applied various physics principles such as force, torque, and gravity to the individual pieces. This caused them to collapse and fall apart when the bridge was destroyed. We also added particle effects to enhance the visual impact of the collapsing bridge.

[previewyoutube][/previewyoutube]

Our team tested the puzzle element several times to ensure that it was challenging but not impossible to solve. We also took feedback from beta testers to make adjustments where necessary. Overall, the broken bridge puzzle element was a success and has been a favorite among the team.The result is an engaging and visually impressive puzzle that complements the forest ambiance and adds to the overall immersive experience of the game.

Follow us for more updates

Best regards,
Playdew team

Devlog#10: Enchanted Forest Concept Inspiration

Hi,

This week, we are excited to share an update on our new game environment zone - the enchanted forest which is inspired by an abandoned Chinese monastery and forest themes. Our team has been hard at work, meticulously crafting every detail to create an environment that exudes tranquility and natural beauty, transporting players to a world of warmth and joy.

For the forest zone, we were inspired by the architectural styles and layouts of Chinese monasteries, striving for a realistic representation that captures the feeling of untouched serenity. We paid attention to every detail, from the way vines wrap around pillars to the filtering of light through the leaves, to create an authentic environment that feels like it's been left untouched for years. As players progress through the game and complete the first zone, they will soon find themselves exiting through the twin doors and into an enchanting outdoor environment - a magical forest that captures the imagination and transports players to a realm of wonder and mystique.






Our goal was to create a bright, warm atmosphere that feels inviting and uplifting, incorporating an array of yellows and greens into the environment to give off a natural, sunny vibe. We chose autumn as the perfect season to achieve a harmony between the temple's decorative elements and the natural elements, creating a balance between the fallen leaves and dried-up grass tones and bringing out a feeling of familiarity after the cold environment of the previous zone. The autumn vibes create a lingering feeling of sadness of being away from home and yet a warmth and hope for new beginnings.






In this zone, we've focused on creating an environment that exudes a colorful and magical look and feel, featuring old structures, fireflies, giant mushrooms, and other items that evoke a sense of enchantment and whimsy. Players will encounter unique features as they explore the magical forest, each designed to add to the overall sense of adventure and awe. The puzzles in the zone also bring a new challenge. As players explore the environment zone, they will encounter different areas with unique features, from a peaceful courtyard with a fountain and gardens to a meditation room, where players can take a break and enjoy the serene ambiance.



Our team faced the challenge of creating a balance between the temple's decorative elements and the overgrowth of nature with temple ruins while avoiding any unnecessary distractions from gameplay. We've kept things minimal while still capturing the temple's essence, adding exciting features such as the dragonfly and mushrooms to add an element of adventure and fun to the serene environment.

We're confident that players will enjoy exploring this new environment zone, and we can't wait to share more updates in the near future.

Best regards,
Playdew team

Devlog#9: Level Integration System

Hi again!

We hope that everyone has had a productive and enjoyable week, and we're excited to share our latest insights and developments with you. As always, we're committed to sharing our experiences and helping to promote knowledge-sharing within the gaming community. So without further ado, let's jump right into our latest project and discuss how we approached various challenges throughout the development process.

At the beginning of our game development process, we envisioned a collaborative effort between our art and development teams. This approach allowed the art team to take the lead in designing the entire level, by creatively integrating various environmental elements to enhance its visual appeal.

To ensure that the play area was free from obstacles, the development team provided instructions to the art team, indicating the location of the characters and puzzle elements within the level.

After the level design was completed, the art team handed it over to the development team, who were responsible for creating the gameplay scripts, character controllers, and other necessary components required to make the level playable.

However, there were times when the level contained unwanted objects that could cause conflicts with our game architecture, such as colliders and additional cameras. To address this issue, we developed an editor script that automatically removes all unwanted objects, thereby ensuring that the level meets our game's requirements.



By utilising the editor script, we can now streamline the level integration process, which previously took up to 6-7 days, to a maximum of 1-2 days. The primary benefit of this approach is that it eliminates repetitive tasks, allowing the development team to focus on creating engaging gameplay mechanics and delivering high-quality game content.

We're always eager to hear from fellow game developers and enthusiasts, so please feel free to share your thoughts and feedback with us. Thank you for joining us on this journey and follow us on our socials.

Best regards,
Playdew team

Devlog#8: Introducing puzzle element - Gates

Hi guys! We are back with another devlog. Today, we'll discuss the another puzzle element in the game -stone gates. These gates present an exciting challenge for players to solve. Let's dive in!

In the game, you will find various stone gates that features a remarkable force field located right at thecenter. When the gate is closed, the force field restricts passage, making it impossible for players to cross. To open the gate, players must first activate a pressure button. As they do, the gate begins to open, with the stones gradually collapsing and descending towards the ground. Simultaneously, the force field automatically deactivates, enabling players to pass through the gate. Here's an image of how we planned the concept of these stone gates.





In Unity, we utilized the Animator component to enable more flexible gate animations. However, we encountered a challenge where the gate could only move between fully opened or fully closed positions. This made it difficult to blend animations if the character disengages from the pressure button, as the gate would snap back to its previous position.

To address this issue, we introduced a parameter in the Animator controller that allowed us to adjust the gate's position progressively. By modifying the value of this parameter from 0 to 1, we were able to achieve smooth transitions in the gate animation, even if the player disengages from the button. This modification ensured that the gate would move to its final position based on its last known position, allowing for a seamless and immersive gameplay experience.

[previewyoutube][/previewyoutube]


Thank you for reading our devlog. We hope you found our insights and solutions helpful and informative for your own game development projects. Keep an eye out for more updates from our team as we continue to work on enhancing the gameplay experience. As always, we welcome your feedback and thoughts. Follow us on twitter.

Best regards,
Playdew team