Unity Learning Note Part 1

I’d been learning on Unity for about 3 weeks, it’s time to write something down. If I take a review, that first time I launch this can be rooted to 2012, cause I have a purchase record in unity store. I don’t know what if I can insist it this time. Just like I finally gave a step forward to the gym.

Coding Skills

Catch keyboard input

1
2
3
4
5
6
7
float moveHorizontal = Input.GetAxisRaw ("Horizontal");
float moveVertical = Input.GetAxisRaw ("Vertical");
//The code below shows how a character change its position and rotation flow the movement from the keyboard input
/* the new movement which is generated by the keyboard,
* alternatively I can catch emu joystick,
* physical keyboard from mobile device too.*/
movement = new Vector3 (moveHorizontal,0.0f,moveVertical);

This piece of code is running in MonoBehaviour subclass Update function.

Read more »

New Blog Celebration

站点搬迁,算上这次,已经是第三次了,
Blogger -> Wordpress@Linode (for more flexible customizations and accessible)
Wordpress@Linode -> Hexo@Linode(严格意义上叫技术升级,由于多次被攻击,在白爷再三建议下更替成静态的hexo),
Hexo@Linode -> Hexo@Coding.net (Linode的访问速度让我十分渴望被看见的愿望不能实现,而且每月都有10$的费用)

再次特别鸣谢伟大的白爷,您就是我的掌中宝,您就是我的引魂幡,是遗失千年的金虎符,是历久弥新的打神鞭。

linode在取消账户的一瞬间,又扣除了我10$的费用,我于是Skype去问询,我才反应过来这个是post-paid order,你要走利索之前得把现在这月已经用了的给结了。

Read more »

Source

又到了每一年的这个时候了,回顾和展望。因为在过去的这一年里,有如此多的网站设计给了我们惊喜,我热切地期待在2017年看到更多这类设计。
2017年必然是一个收获设计惊喜的年份,但是如果咱们仔细观察,你会发现一些设计的新趋势已经发生,而且将在2017年成为定势。

让我们从下面这10个网站来看看这些趋势。

Read more »

今天读了和长老的一日日本游之后,忽然想起我压根就没有好好整理过去日本玩思绪,最实际的原因是我的神识压根不想离开那里,因此想想尽各种办法延长这种感受。随着强制阅读日文的停止,我购入的文库本目前还剩下一半没有阅读,现在每天静静地站在书架里看着我打Overwatch。
年末的人事震荡余音未了,整个人变得更加不想做什么事情,并非是因为忽然就不识字了。

Wishton Hotel对面儿

Read more »

LF1000
传出大规模裁员的消息,是上午11点左右,彼时我正好整以暇地写一篇总结性的Blog,当时我可以明确地感受到心脏在往上提,我多年来积存的信心,在9月腰伤事件之后,已经大打折扣,此时的我,真不知道是不是这次达摩克利斯的剑会否落下刺穿我酸麻的臀大肌。

Read more »

The end of the year

The office that I am working in is located in a plaza named ‘Forum 66’. From 1st-4th floor, all the luxurious stores are separated one after another. I am the rare part of all the viewers, with new balance shoes and GAP t-shirt, I feel like a penguin walking in Louvre. The staffs look at me through the sparkling window with glorious eyes, they look like part of the decoration.

Read more »

Yesterday, I complete a feature before I leave office, It costed me 40 mins. That’s a very common effect like this.
Fading
The message box is disappearing to the top end. To an experienced 2d game developer, it’s pretty clear what should you do to make it.

Read more »

Remember That girl that I mentioned early, which is the prettiest one in my office(Relatively).
The question about Mobile web page design was just from her. Now you know how disappointed that I felt when I couldn’t give her a cool answer.

I am very careful to keep the distance in a safe range. But I still can’t stop myself to send her a tiny gift today. Well, it’s just a paper puzzle from Japan. Cause she said she is really into Miyazaki Hayao. I found I’m still holding this one, The Borrower Arrietty.
69

Read more »
0%