Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jeaky

Pages: [1]
1
TNet 3 Support / How to create 1 instance only
« on: November 14, 2013, 02:53:51 AM »
hello,ArenMook.I am working on a school project, now there have a scene to let student build up a machine, and the teacher will watch at another computer, so how to let TNAutoCreate script create one instance(by student computer only)? Thanks.

2
Other Packages / Re: Tasharen Water
« on: September 17, 2013, 11:19:03 PM »
Hi,ArenMook, thanks for reply. I have gave the plane unwarp uvw, but sitll not correct at High Reflection Mask.please check the fbx file in attachments, where is wrong? and if I drag the Tasharen Water prefab into scene, the prefab's high reflection mask is correct, then I try give default water shader to my plane, the reflection will change to wrong yet.

3
Other Packages / Re: Tasharen Water
« on: September 17, 2013, 02:46:54 AM »
hi, ArenMook. I use 3dsmax created a plane and export to unity pro, the shader's reflection is not correct, perhaps axis problem, how to fix it? thanks.

4
TNet 3 Support / how much peaple in same time
« on: April 17, 2013, 05:00:17 AM »
Hi, I have a quetion,how much peaple can be login in same time?

5
NGUI 3 Support / Re: sprites logic problem
« on: March 24, 2013, 03:48:37 AM »
Hi,Nicki. Thank you for reply. I don't know how to make a handler class, is it a script ? and there must press A with B together (not A or B) to display C ,I have tested your script by javascript,and there has a error in the console "BCE0043: Unexpected token: sender."

  1. var s1:GameObject;
  2. var s2:GameObject;
  3. var s3:GameObject;
  4.  
  5. UIEventListener.Get(s1).onClick += MyButtonAHandlerMethod;
  6.  
  7. function s1HandlerMethod(GameObject sender)
  8. {
  9.  s3.SetActive(true);
  10. }
  11.  
  12. function Start () {
  13.   s3.SetActive(false);
  14. }
  15.  
  16. function Update () {
  17.  
  18. }

6
NGUI 3 Support / Re: sprites logic problem
« on: March 23, 2013, 06:57:34 PM »
any help? thank you. I'm poor in script.

7
NGUI 3 Support / sprites logic problem
« on: March 23, 2013, 08:52:48 AM »
Hi, all. I have 3 Sprites named A/B/C. The C is hide at first, for logic, I wish if press A and B , the C will appear. How to write the script ? Thank you very much!

8
NGUI 3 Support / Re: How to control alpha use slider
« on: March 18, 2013, 05:50:02 PM »
any help?

9
NGUI 3 Support / How to control alpha use slider
« on: March 16, 2013, 12:49:16 PM »
Hi, I want use slider to control the alpha value, but I don't know how to write the code, I have writed some code bellow but not have any change in the scene. Anyone help me plz ?

var slider : float = 1;
var v1 : GameObject;

function OnSliderChange () {

     v1.renderer.material.color.a = slider;

}

10
NGUI 3 Support / version2.2.1 display problem
« on: September 29, 2012, 09:22:16 AM »
Note: This message is awaiting approval by a moderator.
Hi, I use version 2.2.1 and if drag the tool in my window, there have some display problem,please look the pictures. How to solve it plz? My graphic card is Nvidia GTX460, unity version is 3.55 f3.

Pages: [1]