AVD (andoid virtual device): an emulator than that can be used smartphones and its boot speed and response time is very slow Solution: Use HAXM(Hardware Accelerated eXecution Manager)Further explanation : acceleration manager running using the latest cpu of Intel Conditions for using HAXM:A computer using Intel CPU supported Intel VT-x, Intel EM64T, Execute Diable(XD) 32 / 64bit Operation System..
Developing or extending Unity & Android -2 - Getting your Smart phone number to Unity 1. Add the Java source code to obtain phone numbers2. Modify AndroidManifest.xml 3. Import jar file exported in Elipse, AndoridManifest.xml to Plugins/Android 4. Generate a GUIText to show Phone Number and change to Number View (Modify FontSize:40) 5. Modify Source codes in Unity a. add variables.b. Add Methods..
Note: For super beginners who don’t know Unity and Android, it could be difficult. ^^ I simply show how to extend Classes of Android and Unity (to send message between Android and Unity) The basic Functions(Methods) - Calling Java Class in Unity Calling functions using AndroidJavaObject.Call - Calling Unity in Java class Calling functions using UnityPlayer.UnitySendMessage Two ways to extends a ..
The main screen Operation in Unity Scene Screen Rotation: Alt + Left Button of Mouse Screen Movement: Hold down the mouse wheel while dragging Zoom in/ out: Turning the mouse wheel up / down Any object larger view: Select an object and press the F key in the Hierarchy view
Useful Shortcuts in Unity ShortcutDescriptionRemarksCtrl+S Save Scene Ctrl+CCopyMac PC Command +CCtrl+VPasteMac PC Command +VCtrl+DCopy + Paste DeleteDelete ObjectMac PC Command +DeleteCtrl + NGenerate a new Scene F2Change a name of Object Ctrl+Shift+FAdjust the camera position to the beginning of the scene view Ctrl+Shift+NGenerate an Empty Object Shift+SpaceDisplays a game screen in full-scree..
You generate “TestClasst ” as a C# script in UnityFile name is TestClass.cs and Class name is TestClass. File name and Class name must be always same. By mistake, you change only one of names andIn Unity Editor when you try to attach the file, you could see an error. Can't add component 'TestClass' because it doesn't exit. Check to see if the file name and class name match. How to fix: It will g..
Original source.void OnTriggerEnter(Collider Get){ if(Get.collider.tag=="Box") { count++; }}After Upgrading Unity from 4.x to 5.x, an error is occurred .If you read and apply carefully console, you could fix the error . How to fix: Change collider to GetComponent() Assets/Scripts/Manager.cs(25,24): error CS0619: `UnityEngine.Component.collider' is obsolete: `Property collider has been deprecated..
When building APK in Unity, If you could see a below error, you don’t set Bundle Identifier(Package name inAndroid) Error codes: Please set the bundle Identifier in the Player Settings. The Value must follow the convention 'com.YourCompanyName.YourProductname' and can contain alphanumeric characters and underscore. Each segment must not start with a numeric character or underscore. How to fix: C..
Original source. void Start () { audio.clip = ReadySound; audio.Play (); } After Upgrading Unity from 4.x to 5.x, an error is occurred .If you read and apply carefully console, you could fix the error .Assets/Scripts/GameManager.cs(34,17): error CS0619: `UnityEngine.Component.audio' is obsolete: `Property audio has been deprecated. Use GetComponent() instead. (UnityUpgradable)' How to fix: Chang..
Debugging in Unity 1. Debug.Log Clear: clear all messages in console Collapse: Same messages are shown once Clear On Play: All messages are removed when going to GamePlay. Error Pause: When the log of Debug.LogError() is occurred, Game Scene is stopped. Developing Tip:1) Click on Clear on play and make the previous messages remove automatically.When executing, never confuse previous message to c..
- Total
- Today
- Yesterday
- reuse jeans
- home sewing
- sewing tutorial
- sewing skirts
- sewing a dress
- easy sewing
- without a pattern
- how to sew ciffon skirts
- chiffon skirts
- jean to skirt
- Reconstruct jeans
- jeans to a bag
- recycle jeans
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |