[Blender] Some typical failures regarding Normals. Part 2

Last time, I introduced about one typical failure about “Normals” which was not correctly shown the color on the object’s surface in Blender. [Link: Some typical failures regarding Normals. Part 1] This time, I’ll introduce typical another case about the failure related to “Normals” I’ve experienced, in that time, I took long time until noticed it.   [The situation of the problem] Firstly, please look at the screen shot of... Read more

[Blender] Some typical failures regarding Normals. Part 1

This time, I’ll introduce some typical failures about Blender’s “Normals”. Sometimes suddenly happen a problem of object’s color or attached texture, for example, colors of the object are wrongly shown at a part, textures are not correctly appeared, and so on. I searched many sites, there are many sites to explain how to set up correctly, however I found not so many sites are explaining sample cases of the problems.... Read more

[Unity] How to release iOS app by Windows PC (Overview)

I’m Windows user, never had Mac PC. However I released some game apps from Apple store. [Link: Game App from Lab7] Basically we need Mac PC to release App for iOS, but there is a way to release by only Windows PC. This time, I’ll introduce how we can release iOS app without Mac PC.   [Precondition for this way] This explanation is starting after finishing making game app without any... Read more

[Unity] Resolution for an error when using Unity Ads.

I used “Unity Ads” for Advertisement of my released mobile game apps. It’s very easy to put Advertisement for our game apps. Yes, it’s easy, but sometimes following error happen, then I took long time to resolve it. [Error Message] error CS0433: The imported type ‘UnityEngine.Advertisements.ShowResult’ is defined multiple times   [Reason] This error will be happen, if you turn ON for Unity Ads function in Service tab of Unity... Read more

[Unity] Physics: I tried “Physics. Spherecast”.

Before, I tried “Physics.Raycast”, then I wrote the results in this blog. [Link: Physics: I tried “Physics.Raycast” from Game Object.] [Link: Physics: I tried “Physics.Raycast” from Camera.] This time, I’ll introduce other Casting methods under Physics class. (However, I think that “Raycast” is the most popular and used high frequently.) [Ref: https://docs.unity3d.com/ScriptReference/Physics.html]   [Some Cast methods under Physics class] BoxCast Casting Box shaped Ray, check whether hit the ray to... Read more

[Blender] I tried to create 3D model of Dad Merlion.

I introduced 3D model of Kid Merlion staying at Merlion park in Singapore that I created before in this blog. [Link: I tried to create 3D model of Kid Merlion.]   [Merlion 3D Modeling] In that time, I also declared to create 3D model of Dad Merlion which is located at Singapore Sntosa island, then I finally completed to create it. That is following image. In addition, I also show... Read more

[Blender] Mirrored object is shown at wrong positions.

In Blender, after doing some operations such as copying, moving, rotating to the object, sometimes happen not correctly work Mirror modifier. Like following image.   [The reason to happen] This is happen because the “Origin” of the object was moved by some operations for the object. (The orange dot in the above image is the Origin of the object.) Then the unexpected shape appeared by making the object mirrors or... Read more