Jhonnel Pica
- النشاط الكلي 102
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 1 مستخدم
- أصوات 2
- الاشتراكات 35
نظرة عامة على الأنشطة
آخر نشاط بواسطة Jhonnel Pica-
Jhonnel Pica أنشأ منشوراً،
Accessing the variable in created event script
How do I access the varialbe of an script that I created through a script? Is it possible? Here is my Code // -----JS CODE-----// @input SceneObject objNullfunction onStart(){applyCode(script.objNu...
-
Jhonnel Pica قام بالتعليق،
Thanks @olha
-
Jhonnel Pica أنشأ منشوراً،
How to destroy cloned material?
If I can clone a material and apply it to an object, then if I destroy the object with clone in material in it is the cloned material is destroy together with that object? if no.. how can I destro...
-
Jhonnel Pica أنشأ منشوراً،
array.find() is it working?
Hi, I am trying to do this array find tutorial to snapchat but it gives me error when I apply it to my project. I copy the exact tutorial but it gives error, here is my code // -----JS CODE-----var...
-
Jhonnel Pica قام بالتعليق،
Thank you Sir modelsbymike3d
-
Jhonnel Pica أنشأ منشوراً،
Get the color out from device texture
How to get do we get the color from device texture in x & y axis?
-
Jhonnel Pica قام بالتعليق،
modelsbymike3d , Thank you so much sir! I discover and understand because of your reponse to me.
-
Jhonnel Pica قام بالتعليق،
I tried it, the first option print(obj.name + " is tapped!"), but it returns the last index object name instead of the tapped object?
-
Jhonnel Pica أنشأ منشوراً،
Q: Component.ScriptComponent
I am trying to build a simple script that creates a Component.ScriptComponent on all of the children objects which prints the name of the tapped object upon tapping on it. But instead of the name o...
-
Jhonnel Pica قام بالتعليق،
I actually tried everything you said but that jump from positive to negative value is still exist, that is the reason of the bugs on our projects. I hope someone can give solution to this problem