博文

目前显示的是 三月, 2021的博文

Unity Android Debug

图片
     For people who never play with Unity android debug before, here are few steps to do it.     1: Make sure you download the Android Build Support for you Unity version and check Preferences in Unity Edit menu to make sure you have Android SDK and NDK installed. Usually Android SDK and NDK will be installed when you install Android Build Support . If not you can go to download Android Studio and manually copy the path. JDK is also same.      2: Go to Build Setting, switch to Android build platform. And check development build if you want.     3: Now, open the developer option in your phone. You might not see it in your phone setting, because it is hidden by default setting. Some phone you can just tap 7 times on the bar that say the your current phone's system version. You can easily search on Google for how to open developer option for your phone. Once you see the developer option, click USB debugging and allow USB debugging w...

Designing With Multiple Interactives: Five Common Pitfalls

    Designing With Multiple Interactives: Five Common Pitfalls by  Allen, Sue, and Joshua Gutwill      This is a pretty good paper talks about the multiple interactive experience design, and it presents 5 common problems to the readers. " 1) multiple options with equal salience, 2) features allowing multiple users to interfere with one another, 3) options that encourage users to disrupt the phenomenon being displayed, 4) features that make the critical phenomenon difficult to find, and5) secondary features that obscure the primary feature."     Solutions: "1) limit Functionality, 2) segment functionality, 3) create a hierarchy of salience.     It also include a case study on interactive features of exhibits. The goal of the study is to find out what is best complexity of the interactive features. 1 Only interactive features, no video. 2 Less features, but with video. 3 No feature, only video. The result shows have a certain degree of live...

A New Idea For My Thesis Project

图片
     My advisor suggested me to talk a look about the museum exhibits, and one thing that caught my attention is the diorama( a three-dimensional full-size or miniature model ) . The other thing I found when I was researching dioramas is the popup card. Dioramas Popup Card Example     I found out that the 2 points perspective drawing will work perfectly as the background of the popup card, and I went to find some good image about it. I found one good video tell how to draw a 2 points perspective drawing.  How to Draw Using 2-Point Perspective by Circle Line Art School     I took a screenshot for the image that the person draw in the video and use Photoshop to cut it into two parts. It turns out it still look pretty good. Then I found import two free buildings assets (Watch Tower and Gate) from Unity asset strong and my friend's character model.     I haven't not set up script for more complex interaction for the scen...