Home / App Templates / Unity / Templates / Puzzle
Math Cross - Unity App TemplateMath Cross - Unity App Template
Math Cross is a full math puzzle game. Game is a ready to edit & play scrabble like game template.Home / App Templates / Unity / Templates / Puzzle
Math Cross - Unity App Template
Math Cross is a full math puzzle game. Game is a ready to edit & play scrabble like game temp...4 Support questions or comments
Please login or create an account to post a question or comment.
-
10 months agowe need apk demo
-
9 months agoStickin AuthorI added apk link in demo button
-
11 months agoNarasimha PurchasedHi, Can I get an APK to test before I buy?
-
11 months agoCould I receive the APK for testing to evaluate whether I'd like to make a purchase?
-
11 months agoStickin AuthorI added gameplay video to description.
https://www.youtube.com/shorts/sZuyBshxv6Q
-
Dec 14, 2023How to use asset? Where is the main scene? There is nothing in the documentation.
- View 10 more replies
-
Dec 15, 2023Stickin Authoryes. Try refund, but I’ll help anyway, because I need to figure out what’s wrong myself so that this doesn’t happen again in the future.
Try change method Save in SaveHelper script
public static void Save<T>(T data, string filename)
{
var path = GetPath(filename);
try
{
CreateDirectoryRecursive(path, true);
BinaryFormatter bf = new BinaryFormatter();
FileStream file = File.Create(path);
bf.Serialize(file, data);
file.Close();
}
catch (Exception e)
{
}
} -
Dec 15, 2023You must sell a working asset!
-
Dec 15, 2023I have no time to correct your mistakes.
Information
Category | App Templates / Unity / Templates / Puzzle |
First release | 12 December 2023 |
Last update | 12 January 2024 |
Operating Systems | Android 7.0, Android 8.0, Android 9.0, iOS 12.0, Unity 2019, iOS 14.0, iOS 13.0, iOS 15.0, Android 11.0, Android 12.0 |
Files included | Layered .png, .cs, .m, .prefab, build.settings |
Tags | math, game, generator, Unity, Puzzle, progress, logic, ads, save, cross, hint |