Chris am I correct Disable Console logs only affects performance in the editor and not in the build. I noticed huge performance boost when I run my game in the editor with Show logs in Console? to Never but not in the build.
Also, I have lots of in…
33 s to load your first scene with AC is insane!
Here is my story: Profiler, profiler, profiler! :)
Use profiler to find what's causing the problem.
I made my 2d adventure game and it was 4.4 Gb build size ! Which is insane too.
But it was easier…
My background is mainly 2d related.
Don't use on the loop in your case like this.
Create variable ColanderUse, use actionlist to check for that variable if it is 1 play animation with colander, if not play your old animation and send call back to c…
Try to use On load to as you use On start in scene manager window.
What I actually have is that I have both OnLoad and Onstart cutscenes and they both just have one action list Run action list, that runs all the stuff .
I don't know, some weird stuff.
Sometimes It works in the editor with unchecked Maximize on Play in game tab, but not with it, also inventory disappears for some reason. Doesn't work in the build, just crashes-hangs.
AC 1.50f Unity 5.2.4f1
Really …
The same happens only now no error just a screen freeze ( hangs)
As soon as I leave the 2 scenes(1 and 2) that have preloads for each other and go to the 3rd scene that has no preload and then go to any scene it hangs.
Start scene 1 OnStart cutscen…
With the new line of code I get all the same what I described previously.
The error:
NullReferenceException: Object reference not set to an instance of an object
AC.SceneChanger+c__IteratorE.MoveNext () (at Assets/AdventureCreator/Scripts/Game engi…
I really appreciate your help.
Now when I start my game:
Scene 1 OnStart wait tick 0.1 Preload Scene 2
Click on Hotspot Engine: Change scene to Scene 3 (has no preload OnStart, clean scene)
it gives me bellow error
NullReferenceException: Object r…
Ok, here it is:
Scene 1 OnStart wait tick 0.1 Preload Scene 2
Click on Hotspot Engine: Change scene to Scene 2
Scene 2 OnStart wait tick 0.1 Preload Scene 1
Click on Hotspot Engine: Change scene to Scene 1
(it doesn't work with out Engine: wait 0.1…
In AC 1.50f there is Engine: Change scene Don't change scene, just Preload
Basically I don't want just to add scene 3 to scene 2 and have them together active.
I want to preload-load scene 3 in the background while the game is being played in scen…
I think I found what the problem is.
It looks like until you fix all the errors on that first picture in my first post
https://filebin.net/c1ea9obegdqvkqcu/UnityAcErrors01.PNG?t=nheym688
AC or Unity doesn't continue full update and add AC tab and …
Can't update AC from v1.50f to 1.72.3 on my project with Unity 2018 too.
But can install AC with a new clean project.
Can't update AC from v1.50f to 1.72.3 or install AC with a clean new project with Unity Unity5_6_7f1
it gives these errors
http…
Can't update AC from v1.50f to v1.72.3 on my project with UNity 5. 2.4f1 or install AC 1.72.3 on a new clean project. As soon as it ends installing/updating it crashes Unity. with a Unity report window.
Going to install Unity 2018 and try there no…
Sorry I was too fast about how I "Installed Unity 2019 4.13f1and it seems like it allows AC update." in my last post it was very late in the night and when I saw that I was able to check/uncheck AC in the import I quickly I assumed I was a…