(Gamer Game Developer DIY maker)
I wake up in the morning hungry for programming, any idea crossed my mind turns it into a desktop, mobile app or 3D game.
I built a tiny AI travel machine!
Upload your selfie and instantly turn into an adorable toy figurine traveling through Arab history.
Pack your bags and try it now:
https://t.co/32A39sHNAw
#HiggsfieldApp#AIGenerated#CharacterDesign
أداة تم إرفاقها تتيح لكم الكتابة باللغة العربية على Text UI وعلى Text Mesh Pro في محرك الـ Unity بشكل صحيح من غير أي مشاكل، الفيديو يشرح كيفية التعامل مع الأداة، رابط الأداة مرفق في وصف الفيديو على الرابط التالي:
https://t.co/Imv3Tr35dE
#SupportArabic#RTL#TMPro#تطوير_الألعاب
حرصاً منا على دعم اللغة العربية، وتوفيرها للمطورين العرب، نقوم حالياً بالتطوير على ما بدأه المطور @Konash لدعم اللغة العربية والمطور AbdullahAlimam لترتيب السطور، ونقوم حالياً بجعلها قابلة للتعامل مع Text Mesh Pro داخل محرك يونيتي، سنطرحها عندما ننتهي منها إن شاء الله.
my favorite way to see if a point is inside or outside a path, is using its winding number🍥
traverse the path from the perspective of a point and add up the amount of turning along the way
if it made a full turn, it's inside
if it wound back to 0, it's outside
it's so neat~💖
@__Ayyad__ The process of keep reading and storing data into json files might affect performance and complexity of handling the data especially on mobile platforms.
@__Ayyad__ If it's simple data fields we store it in scriptable objects if not then we go with custom classes which later being converted into json files.
dot product - visualized ⚪
the dot of two normalized vectors, as shown here, can say how similar they are
a • b = 1, same direction
a • b = 0, perpendicular
a • b = -1, opposite directions
you might also be able to see why it's sometimes called scalar projection~
People have been asking why Shader Forge was never acquired and integrated by @unity3d, now that Shader Graph is finally out in the open. Here's a thread!