A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Finally I build a mini library for easy communication between Android and Unity, is a class that runs an UDP server in a thread and you can send...
Finally it works :D
Hello! now, Im trying to comunicate both of parts with sockets but it doesn't work :S any help? In unity I start a server: using UnityEngine;...
Hello I had some troubles for set the unityPlayer as a subView and finally I have found the solution, my problem was that when I copy the...
Hello, do you think that is possible to make an instance class compile as an Unity plugin and access it from a Android app?:confused: I know that...
I'm trying do an instance of a class and make a plugin with it for comunicate both of parts if it works I will do a tuto-post for help people who...
Hello guys, I want to comunicate my android app with a unity subView that is in this app. I have searching information about this in all the pages...
Hello, I think that some of configChanges are not supported, try to delete screenSize|smallestScreenSize i think that it was the problem. like...
Thanks Rofl!
Hello, the second param in the fuction: UnityPlayer.UnitySendMessage("GameObjectName1", "MethodName1", "Message to send") is the method in...
Hello again, I have 2 questions, I try to resize the view in that way: LayoutParams lp = new LayoutParams(200, 300); View...
Hello Everybody! finally it works for me, but I did any changes respect this tutorial. I didnt add "Unitylib" as a lib, I only copy the...
Hello i have the code without errors but when i run in logCat i have the follow error: Could not find class 'com.unity3d.player.UnityPlayer',...
Hello All! is UnitySendMessage a good way to share messages between Android and Unity? or there is other way that is better? Thanks!! :D
thanks MicroEyes i will take a look! PD: Nice Photo ;)
Hello everybody! Im looking for do a plugin for unity-android is a simple plugin for send some information between android app and Unity project....