hi. thanks for the reply. for example for menu item like start that in Arabic it will be شروع so i imported it like it and ac not read it right to left and it was عورش it was left to right readed like english. so you mean I must inverse it myself th…
At the beginning of this thread, the user "jusic" said that you sent him a component that renders the menus related to AC with Unity, and the problem was solved. I tested, This problem also existed in the Mac version. Now there is this pro…
hi chris. for the first question. Yes, Menu
the colors when I run on iOS are like when I turn off SRGB. but I need SRGB to be turned on because without that colors are so washed out (IDK why).
Color Space is on Linear. but I said before that on othe…
All the textures I used in the AC Menu System have washed out colors but others that were not used by AC menus are all correct. I need something that renders the textures that are used by the AC menu system like Unity renders in game.
hi chris. i have the same issue on the ios version only. windows and android works fine but the UI textures looks washed out on ios. if there is any workaround please reply back thanks a lot.
ac ver 1.80
thanks for your reply. the Render border camera was unchecked and I enabled it but nothing changed.
I used URP - 2d renderer
my settings for rendering are:
texture compression is on ASTC
aspect ratio in player settings is native widescreen
I'm on a…
hi. thanks a lot
I removed all other folders one by one and tested, after all, I deleted all except scripts, and then only the scripts folder remained and caused the error.
and for the fresh project, I tested all scenarios and there was no luck. jus…
thanks a lot for your reply. but there is no such file in this directory. searched in all directories but can't find such file with this name and extension. i know its a big request but if you have a custom package with this modifications for switch…
thanks for the advice. the problem is with the script folder. now working and testing on some files in the scripts so I hope I can find what is the the crash reason.
because the scripts need each other to call functions I can't delete them one by on…
for desktop and Android fully working without crash, just for switch. when removing the adventure creator folder from the project then it works without problem.
and for the save system yes I have done what you suggested in your third comment but sti…
thanks for the reply
I'm using the 2022.2.14f1 version of Unity and the latest version of Adventure Creator.
yes, I've set build setting first scene to an empty scene and still, It crash at startup. even the splash screen does not show "made b…
I'm using 1.73.5, I updated to the latest version but then my project got a few errors and I decided to revert to 1.73.5 that was best for me, but for now, I want to play custom animations to characters when they're not talking or walking (in idle m…
Thanks chris. Can i use char.charstate to check the character state ? Like this:
if(_char.charstate==AC.charstate.idle)
i used this but always return true. Even if the character is in talk or walk state. Thanks again