I downloaded the demo project of the Ork tutorial and tested it. (Because this is my big problem)
how to reproduce simply : android build - mobile test ( galaxy Note 10+ Pro)
ORK Game Tutorial 2018 Project-
OrkProject.asset 1.2mb (default setting)…
After testing all day for several days,
The culprit of the terrible loading time was OrkProject.asset.
It consists of countless xml strings (xml is slow read/write, many strings)
As the ork project editor data grows, its size grows tremendously.
(36…
1. Uncompressed Asset Bundle only editor data (as you answered + tutorial guide)
220mb , load time 20s
2. Uncompressed Asset Bundle editor data + gamestarter (all one asset bundle 170mb)
290mb , load time 30s
(Rather, the load time increases by …
Thank you for answer!
1. Is it helpful to also use AssetBundles in Game Starter?
2. I checked the use asset bundle and filled in the blanks appropriately,
Project assets cannot be loaded.
asset name OrkProject
bundle name project
path origin Strea…
To speed up the loading of the first scene after the splash logo
Removed all icons of ability,weapon,armor. (set to None)
Nevertheless, the loading time was not shortened.
Um... could it be helpful to just put all the textures like the combat prefab…
thanks!
1. I think it will be possible if i use the change game event of exp status.
However, I can't think of what to do about the inventory stuff gains
(currency gain, equipment, item gain).
yes I am using immediately collect.
When killing a mons…
string des = ORK.Game.ActiveGroup.Leader.Abilities.Get (id).GetDescription ();
TextHelper.ReplaceSpecials (ref des);
detail_Description.text = des;
I am trying to display float variable 0.7 using #varfloatdeal#. in ability Description (use in …
There may be something I am using wrong.
We want to use level 1 ability variables and level 3 ability variables.
Each lv.1 ability-[change Variable 0] "deal" float/ set/ 5
lv.3 ability-[change Variable 0] "deal" float/ set/ 10
With the pl…
Thank you for answer.
The "allow level change" of your abilities is checked.
But still only use the highest level possible.
It only seems to work if I change the level with the "level change key" as described in the option.
thanks!
I tested it.
When the player has 3 levels of Abilities and selects 1 level through Select Ability, the Ability stored in the Selected Data becomes Level 3.
In this case, it doesn't seem to make sense to enter the ability level.
Is there any …
I'm developing a mobile game, and I recently learned that it can be hacked by a memory cheat tool like GameGuardian.
So I want to use ork and actk together.
I want to make most of the variables obscuredInt, but it seems a bit difficult for me :(
hm.. This seems like a problem about data serialize class.
Since the processing logic for obscuredInt is not written, it seems that it is not displayed in the editor, and also saves/loads data.
In a field that is not displayed, I can put a value in…
Thank you. Most of the problems have been solved.
I changed the dll name and deleted the duplicate assemblyInfo.cs.
I have found this post.
http://forum.orkframework.com/discussion/5943/using-source-code
Isn't it the recommended way to use gameplay…
2.It seems to be the unityengine.ui.dll problem. Different versions cause different errors.
I succeeded in reducing the warning to two through the 2019.3.2f version ui.dll, but the build still does not work.
ORK Framework\ORK Framework Gameplay\Fram…
5.Sorry for misunderstanding.
I didn't know that I could execute a function/game event even in the editor.
If I write the appropriate macro function, I think I can make the changes I want. Thank you for answer.
6.understand. Thank you!
thank for answer
5. The mentioned method seems to be a way to change while the game is running.
I want to apply the value set at one index to multiple indexes in the editor.
(Multi-change through multi-selection, like Unity's scriptable object)
I …
When I clicked the formula test button in the editor in the combined formula, it seems to be calculated once more using the value that the combined calculation was applied in advance.
I struggled with this problem all day. Thank you so much for the…