Posts

Are they synchronized between build project and project in Unity? -- Unity

 Are they synchronized between build project and project in Unity? -- Unity Are they synchronized between build project and project in Unity?  [Ans] NO [Description] I make a project with script. The purpose of the script is when I click space on keyboard, color the cube will changed to yellow and red respectively. When I run in my notebook, it does. But when I build it in Android cellphone, it does not. That's the reseason  why I think the answer is no.

How to test a unity project with android cellphone?

 How to test a unity project with android cellphone? let's talk version first. unity unity version:2020.3.20f For looking at unity version, see  Unity Version. How to look at Unity Version? -- Unity (unitysettingtutorial.blogspot.com  (My article) cellphone type: Galaxy M32 OS version:Android Version 11 UI Version:One UI Version 3.1 For looking at device version, see  How to look at device version? -- Galaxy M32 (phonesettingstutorial.blogspot.com)  (My article) then let's talk  extra package installation. Android SDK, Android JDK, Android NDK and Gradle is required to test a  unity project with android cellphone. Android environment setup (including version capacity), see unity docs  Unity - Manual: Android environment setup (unity3d.com) Android SDK installation , see unity doc  Unity - Manual: Android SDK/NDK setup (unity3d.com) Android JDK installation , see unity doc  Unity - Manual: Android environment setup (unity3d.com) or [電腦]Un...