Search Unity

[RELEASED] Picture Puzzle - Ready To Publish Game Template

Discussion in 'Assets and Asset Store' started by hyperbytestudios, Feb 12, 2019.

  1. hyperbytestudios

    hyperbytestudios

    Joined:
    Jan 2, 2018
    Posts:
    12
    Picture Puzzle is a fun game about identifying correct word from the given 4 pictures of the puzzle. There is a common word among those 4 pictures objective is to identify word and fill-out the answer.

    This Game template is a head-start kit which will help you make similar game in no time for you.

    Features :
    ~> Localised in 10 languages. (Both gameplay and content)
    ~> 240 Amazing puzzle levels.
    ~> Ready to publish game without almost no code.
    ~> Unity In-App Purchase Included.
    ~> Unity Ads, Google AdMob Supported.
    ~> Fully dynamic and commented code.
    ~> Easy to setup and modification tools included.
    ~> Easy setup to add new levels.
    ~> Integrated game sounds and music.
    ~> Customisation support available.*
    ~> Supports Google, iOS, WebGL and Standalone platforms.
    ~> Compatible with Unity 2017 & 2018
    ~> 24X7 full support.

    Free Technical Support Available For :
    ~> Local Notification.
    ~> Push Notification.
    ~> Achievement and Leaderboards.
    ~> Share & Social Network Integration.
    ~> Custom Ad Network.*
    ~>Firebase Remote Config.

    Feel free to contact us for any query, bug, suggestion or feature request at support@hyperbytestudios.com We assure you best possible support in minimum time.

    Please rate this asset on asset store if you liked it. Your reviews and feedback is very important to us for making sure best quality and user satisfaction.
     
    Last edited: Feb 23, 2019
  2. Mark_01

    Mark_01

    Joined:
    Mar 31, 2016
    Posts:
    636
    Your DOWNLOAD NOW link does not work
     
  3. jaugusto

    jaugusto

    Joined:
    Aug 29, 2016
    Posts:
    11
    How easy is it to change it for one image only?

    How easy is it to add more images? Do you use any xml file for levels?

    Thanks.
     
  4. hyperbytestudios

    hyperbytestudios

    Joined:
    Jan 2, 2018
    Posts:
    12
    Hi, its super easy changing images, project is made with a vision and in a way where customization can be done easily. Also we are available here for any support.

    Thanks & Regards,
    Hyperbyte Studios
     
  5. hyperbytestudios

    hyperbytestudios

    Joined:
    Jan 2, 2018
    Posts:
    12
    Hi, Thank you for reporting issue with download link, its working now.
     
    Mark_01 likes this.
  6. hyperbytestudios

    hyperbytestudios

    Joined:
    Jan 2, 2018
    Posts:
    12
    Hi There,

    We had beed reported with an issue with level generator and it throws an error like below.


    DirectoryNotFoundException: Directory 'C:/Users/xyz/Documents/unity/Assets/4Pic1Word/All-Levels/CSV' not found.
    System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Directory.cs:514)
    System.IO.Directory.GetFiles (System.String path, System.String searchPattern) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Directory.cs:308)
    LevelGenerator.PrepareLocaliztionContentFromCSVs () (at Assets/PicturePuzzle/Editor/LevelGenerator.cs:72)

    We investigated into issue and it is fixed. If anyone facing such issue then please import this attached unitypackage, it should fix the issue.
     

    Attached Files:

  7. hyperbytestudios

    hyperbytestudios

    Joined:
    Jan 2, 2018
    Posts:
    12
    How to add more languages into game?

    Please follow this document and it will help you guide on add/remove more language within the game.
     

    Attached Files:

  8. unity_ZrewMpABG8saaA

    unity_ZrewMpABG8saaA

    Joined:
    Feb 16, 2019
    Posts:
    2
    when I add Russian (Cyrillic), the letters that are not used in the response word, still remain Latin. How can this be changed?
     

    Attached Files:

  9. hyperbytestudios

    hyperbytestudios

    Joined:
    Jan 2, 2018
    Posts:
    12
    Hi, The font family used within the game may not fully support cyrillic font family, So basically if font is not supporting specific fonts, then it will be replace by native fonts automatically. (Specific fonts that are supported by device).

    So, in this case it can be solved by replace the game fonts with one that supports Cyrillic font family.
    We'd also tried using TextMesh Pro with generating custom fonts using Cyrillic Unicode Range at that also seems to be working. (https://www.unicode.org/charts/PDF/U0400.pdf)

    Thanks & Regards
     
  10. bloghypecom

    bloghypecom

    Joined:
    Mar 24, 2018
    Posts:
    1
    Hello, I want the new level test, you can skip all open levels (open)
     
  11. hyperbytestudios

    hyperbytestudios

    Joined:
    Jan 2, 2018
    Posts:
    12
    Hi,

    We are working on new updates already and we’ll have that added in new update.

    Meanwhile you can set playerpref as below to start from specific level.

    PlayerPref.SetInt(“totalEpisodesUnlocked”, Your number);

    And same for the level number specific to that episode of your desire.

    Note : preference name might be different then written here. Please check the correct preference front the game code.

    Thank you. :)
     
  12. unity_ZrewMpABG8saaA

    unity_ZrewMpABG8saaA

    Joined:
    Feb 16, 2019
    Posts:
    2
    Please help with in-game purchases, click on the shopping buttons and nothing happens

    1.jpg 2.jpg 3.jpg 4.jpg
     
  13. knotico

    knotico

    Joined:
    Nov 8, 2017
    Posts:
    1
    Hello, tried to to change Episode names, but it always defaults back to Episode 1,2,3
    Is it possible to make like Countries,Cities. And etc?
     
  14. hyperbytestudios

    hyperbytestudios

    Joined:
    Jan 2, 2018
    Posts:
    12
    Please open EpisodeScreen.cs and look for InitializeEpisodeScreen method which sends episode name. There is also option where you'll be able to localize episode names.
     
  15. Knrg-Modz

    Knrg-Modz

    Joined:
    Nov 23, 2018
    Posts:
    5
    I need to setup unity banner ads, the script said to ask for help (i purchased this)
     
  16. hyperbytestudios

    hyperbytestudios

    Joined:
    Jan 2, 2018
    Posts:
    12
    Hi There,
    I pushed a new update which fixed the unity banner ad issues. Hope that helps.
     
  17. gayurovdaler

    gayurovdaler

    Joined:
    Jun 25, 2021
    Posts:
    3
    I have enabled Unity IAP from Unity services but when I go-to HyperByte ~> Support-Modules ~> In-App
    Purchasing ~> Setup, it shows an alert . My Unity version is 2020.3.22. Please help me.
     

    Attached Files: