About | Community | Documentation | Asset Store
Hello guys!
My Unity Framework Forge was accepted in the AssetStore!
Basically it is a set of scripts to speed up the development of applications and FREE!!
I could spam the entire post with the features but you are welcome to download it anytime!
I put some effort in making it well documented with an in-editor Manual, Examples e scripting reference everywhere!
The package isn’t a DLL so you can see what each script is doing!
==== Examples ====
They are in the final product and well explained inside the project.
Activity: Update Engine (Threads Unity)
[Example02] This example shows the usage of the interfaces in place of MonoBehaviours. Basically it creates 25k executing nodes, so the user can see the perfomance of them running Update loops.
[Example03] This example shows the effect of running heavy tasks on a single for loop versus using the Activity’s Thread functionality.
Timer: Time based functionalities.
[Example01] Shows basic usage of the Timer class.
Tween: Script animation running on top of the Activity engine.
[Example01] Shows basic usage of the Tween class.
[Example02] Shows a more complex usage of the Tween class.
Tags: activity, thread, threading, timer, tween, reflection, editor, inspector, window, event, dispatcher, entity, renderqueue, xml