Skip to main content
  1. Posts/

break.io

·447 words·3 mins
Table of Contents

Brainstorming Ideas
#

The idea of Valorant Gun Simulator comes from

App Development
#

Valorant Gun Simulator was developed in Unity Engine 2019.4.12f1.

Publishing
#

Quisque ultricies tincidunt sem nec tincidunt. Aenean nibh diam, dapibus varius ornare nec, suscipit ut arcu. Integer ut elit sollicitudin, fermentum ipsum nec, tempus eros. Donec hendrerit facilisis maximus. Pellentesque eu mi ipsum. Vivamus diam tellus, varius sed dolor at, finibus tempus lorem. Morbi sed mauris quis enim vehicula hendrerit. Sed et sollicitudin est. Maecenas scelerisque ligula ac purus gravida, et feugiat nibh blandit. Integer id quam ac arcu convallis interdum eget sed libero. Aliquam varius est quis efficitur efficitur. Cras id turpis magna. Aenean cursus, libero auctor ullamcorper vestibulum, nisl risus consectetur nisi, ut molestie enim libero sed ipsum.

Future Updates
#

Version 1.1 was release on May 10 2021

Previously, in version 1.0, any device with an aspect ratio different from 16:9 would display the app improperly. This was due to the app using a JPEG image to display the menus in the game. For example, the main menu was a JPEG with invisible button objects over the navigatable pages. If you clicked on the rifles menu, the page would enable the riflesMenu object, which was made up of the buttons for each rifle and the riflesMenuImage under it. It would also disable the mainMenu object. The problem with creating a menu this way is that the menus would not be dynamic. The menus would be locked at the menu image size which was at a 16:9 ratio. The image and buttons lined up, but they did not use the same anchor points. A device with a different screen resolution, such as the Galaxy Tab S6, would have trouble navigating the menu.

This bug was fixed using a script attatched to the camera that would measure the maximum size of a 16:9 resolution on the device screen. This would become the new outputted resolution, and anything outside of the output would appear as black bars.

Reception
#

Etiam sollicitudin, ante ac fermentum varius, lorem ante congue mi, auctor dictum magna sem sed nibh. In et est id neque gravida aliquet quis a felis. Mauris tempor lectus ut gravida ornare. Curabitur at elementum tortor, in feugiat elit. Aenean auctor diam ut egestas rhoncus. Quisque tristique venenatis risus vitae suscipit. Nunc feugiat purus sed dolor gravida, non ullamcorper metus suscipit. Sed et tortor odio. Pellentesque at scelerisque nulla. In ut aliquam metus. Vivamus congue augue at pellentesque rhoncus. Donec a lectus tincidunt, aliquet libero sit amet, commodo arcu. Vivamus hendrerit quis augue eu lacinia. Sed sodales velit condimentum eros varius vulputate.

Growth
#

You can download Valorant Gun Simulator for free here!
Reply by Email