Jump to content

Search the Community

Showing results for tags 'Unity'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • ★ Dev Announcements ★
    • Community Rules & Guidelines
    • Dev Diaries
    • Changelogs
    • Ylands Creator Competition
  • Ylands Discussion
    • General Discussion
    • Suggestions & Feedback
    • Localization
  • Support
    • Bugs & Technical Issues
    • Community Tutorials
  • Exploration
  • Editor
    • Editor Suggestions
    • Editor Help
  • Community Corner
    • Community News
    • Off-topic
  • Ylands EDU
    • Ylands EDU - Alfa
  • Removed's Forum
  • New Realm Entertainment's General Forum
  • New Realm Entertainment's YLands Editor
  • Kysen's Suggest A Video For Me!
  • Kysen's Forum
  • Ylands Ylander's Forum
  • Hermitland State's General Discussion
  • Flintlock Trading Company's Colonial Interests
  • Flintlock Trading Company's Membership Application
  • Flintlock Trading Company's General Discussions

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 3 results

  1. Hey there! First, I just wanted to say that I'm very proud of how Ylands has grown. It inspires me to see Aleš and his team still hard at work chiseling Ylands to the best it can be. Second, I apologize if this seems intuitive, or obsolete by the Ylands Editor. I was wondering, in terms of the editor and coding, would there be a chance for users to put out certain modifications for Ylands? What I mean by this is packaged modifications that change how you would play your exploration game. Take for instance Bethesda's Skyrim and Fallout. Both games have a huge community of modders that provides functionality to the game such as custom armors, or lock-on targetting. What I wish for is some sort of marketplace/explorer where users can insert self-contained modifications into their Ylands functionality. One modification could be a change of the UI Design, another could be smarter AI or animals with behaviors akin to their real counterpart. Another more complex example, changes to the rendering pipeline / URP. Even better, a modification that changes animations. The best, a modification that completely revamps the combat. With respect to the developers, of course! I do not mean to patronize or belittle the great work they've put into Ylands! A nutshell version of this would be a functionality where users can share code and changes to their Ylands for easy integration. Other users could then view available modifications through an explorer tab, see one they like, and add it to their Yland with the click of a button. Next time they open up their Yland, the functionality is there! I understand these are ludicrous changes that would require taking Ylands apart, but seeing as Ylands is built in Unity and supports coding in C#, I would assume some sort of address library to hook into Ylands functionality would do wonders. I also understand that adding these modifications to your exploration game would kill any kind of compatibility for the multiplayer aspect of exploration... But on the flip-side, it would let creators be able to curate functionalities to be added through the Ylands Editor, and might later be included as an official feature in Ylands if their reception is great. This brings me to my ludicrous question. GIVE ME THE SOURCE CODE. I'll sign any NDA. Please. Wait, that's not a question. What I meant to ask is, are there any ways for users to help with the development of Ylands which does not border on legal terms? ? Sincerely, Me, I guess.
  2. handofthesly

    Unity Crash Report

    Just encountered a new thing today while playing on a Creative game. The game window closed suddenly and a pop up window appeared saying a Unity crash had occurred and whether I wanted to view the location of the crash logs. These are in a different location than the normal output log files and there's one file, crash.dmp, which I can't upload here as it's not supported. I'll send the normal ones you usually request for too. error.log output_log.txt output_log_clean.txt DxDiag.txt
  3. Seraphs Revenge

    Entity Disposal

    Hi guys, I've been playing multiplayer almost non-stop since the game came to steam. One major problem that I've noticed is that if a lot of entities are lying around in the game; tree remnants, stone tools, etc., multiplayer games will start to glitch out a bit. Objects will still be in the game, but they will be invisible to players. This is especially annoying when a foundry can't be found that was placed earlier, or blocks that are being placed are invisible. There are many easy ways to fix this with Unity's C# APIs. A combination of an IDropHandler.OnDrop event, System.Timers (like 60000 milliseconds), and/or Object.Destroy (a timer can be set with DestroyObjectDelayed but I'm not sure about setting a flag with this method) could start a timer when an item is tossed, and can be modified a bit for objects that weren't picked up like bark, dirt, etc. after a player has interacted with an entity.
×