Recent content by Th3Travler

  1. Th3Travler

    Tutorial How to make 3DS Games with Unity

    opps i see Manurocker95 got it.. nm
  2. Th3Travler

    Tutorial How to make 3DS Games with Unity

    Its the material that you are using. the 3Ds does not support pixel shaders - aka all default Unity shaders :lol: that includes the Sprite shader. here is an old post I did that talks about safe to use shaders. Note custom shaders are possible but you have to keep in mind that they must be GL...
  3. Th3Travler

    Tutorial How to make 3DS Games with Unity

    Ok so community or pro doesn't matter good to know as for VS plugins I'm not asking for any plugin in particular since I'm not that familiar with VS I dont know if there is anything outside of VS and the unity package they offer that i need to acquire to just get the feet wet so to speak. As...
  4. Th3Travler

    Tutorial How to make 3DS Games with Unity

    ah community or pro VS? lol i meant VS plugins. So I just install 2022 and its good out the box for Unity 5? intelisense and code context it knows all this?? or did you have to ..not sure what its called or phrased as.. add a library or pluging...something that VS didnt come with...When i was...
  5. Th3Travler

    Tutorial How to make 3DS Games with Unity

    Actually on a total side Since I am rebuilding my dev PC figured I'd do it right this time - How do you have your coding dev environment setup to work with 5.6.6? - Are you using VS 2015? Pro or community? or a more modern /different IDE? - what plugins do you have / use for your 5.6.6...
  6. Th3Travler

    Tutorial How to make 3DS Games with Unity

    Well..today it can be done..tomorrow is another matter... *sigh* I am hoping for a less "dependent" solution. I'm sure like all things it can be done probably has been done :lol: I just hope if someone has that they share it :D - Thanks for the quick reply!
  7. Th3Travler

    Tutorial How to make 3DS Games with Unity

    So I have finally been able to get back to this hobby project and Since windows 11 is such a privacy nightmare I have been decoupling from online services as much as possible ( yes good luck with that in our current software state of affairs :wacko:) Its one of the reasons it been taking me so...
  8. Th3Travler

    Tutorial How to make 3DS Games with Unity

    I think there is a way to have one part of the shader be exclusive to unity and another be exclusive for the builds. Haven't tested it but i heard it works.. I think the combiner shader sample talks about it in the comments
  9. Th3Travler

    Tutorial How to make 3DS Games with Unity

    Hello Hello! long time no post! Holy smokes you guys have made a mountain of progress! Quick tip about Realtime shadows on anemic hardware. When I worked on the PS-Vita we created very low resolution meshes ( which had similar silhouettes ) they were basically 1 sided geo cards to represent...
  10. Th3Travler

    Tutorial How to make 3DS Games with Unity

    on page 20 of this post MG4M3R had a similar problem. https://gbatemp.net/threads/how-to-make-3ds-games-with-unity.441193/post-10655638 follow the posts from there to see if the same solution will work for you. :)
  11. Th3Travler

    Tutorial How to make 3DS Games with Unity

    have you flipped it where the other n3DS is the master? - rule out hardware?
  12. Th3Travler

    Tutorial How to make 3DS Games with Unity

    So I hoped on the googles and found this: 3DS Networking Manual.pdf They talk about UDS for local play. of course this is a generic manual so nothing about Unity in it sadly. I also did find a 2nd Manual CTR-Pia ProgramingManual.pdf My mind melted when I tried to read it but it seems Pia...
  13. Th3Travler

    Tutorial How to make 3DS Games with Unity

    well that's not good - there probably are special Nintendo socket commands - those Unity 3ds tutorials strike again..:wink:
  14. Th3Travler

    Tutorial How to make 3DS Games with Unity

    very cool! - Again not a coder but from what I remember and understood both games start in the player 1 slot ( Host and client think they are player 1 ) . Some code has to be setup so the client knows to broadcast itself as a different Player in order for both player transform values to pass and...
  15. Th3Travler

    Tutorial How to make 3DS Games with Unity

    I don't know much about coding but I have read that it can help to load the scripts in a specific order because unity randomizes the script loading order otherwise which can cause stability or straight up crash issues. For all I know I may be saying and the sky is blue to you, because that is...