About me: Hi, I'm ElvenSlayer. I'm a new solo developer looking to develop and release my first commercial game. I have been doing work in unity for a few months now and I specialize in the coding aspect of game development. I'm not going to lie and say I'm perfect and have all the skills to program the next Witcher but I…
I was change fps in blender to 30. However, I found the root of the problem and it is not fps, but its solution requires deeper knowledge, so I simply disabled the temporarily unnecessary animation node.
However, team management and communication (especially cross-discipline) has proven to be its' own beast and is something I would like to improve on. Seems like your teams are really small so you answer why do you think that management and communication cross discipline has been challenging? Mainly i think this issue tends…
Thank you guys for your feedback. The interface being a wordpress photo portfolio theme and editing it meanings html coding. I am totally clueless on coding or programming so I will separate the images to make it look accessible or add another gallery menu bar so that visitors don't hv to waist time figuring where to go.…
Hey guys, thank you all very much for your support! I'll try not to let you people down. ;) Still, I'm going to take my time with this since coding is not the most relaxing task. Expect some more art related updates in between the more technical ones. By the time I get close to finishing the clothing on my character, I…
Update: When I apply this code to an empty Game Object that I then parent the camera to the rotation works, mostly, however it seems to approach a maximum and slow down on a curve. The effect is holding the left arrow for example, the camera rotates and then slows and eventually stops at 10.7892 degrees and holds. You can…
Cheers for the code! Ive now put that in and changed it, the dino Dave thing is just a placeholder so I can grab the lytebox code from it - and the reason I have the transformer there is its my only real example of sub-d work - should I make something new to show I have those skills or keep it? Cheers, thats what I was…
Javascript is client side, the server doesn't need to support it the viewers browser needs to support it and given the fact HTML5 relies heavily on javascript you don't have to worry too much about people not having it. (In other words Wordpress supports javascript, the problem is you need to enter HTML into Wordpress no…
Okay, I have sorted out the tree problem now. My next issue is trying to do something similar with the road. Here is the code that makes the trees align to the plane. fn find_intersection z_plane objects_to_z = ( local r = ray objects_to_z.pos[0,0,-1] local nodeMaxZ = z_plane.max.z r.pos.z = nodeMaxZ+0.0001* abs nodeMaxZ…