Git Product home page Git Product logo

Comments (7)

andrewpedia avatar andrewpedia commented on May 20, 2024 1

same issue

from unitypy.

keel avatar keel commented on May 20, 2024

This is a powerful project! Thanks for open. Please check this issue, I think it will be perfect tool for unity mod.

from unitypy.

K0lb3 avatar K0lb3 commented on May 20, 2024

Can you post the complete traceback of the exception?

Considering the log you wrote,
I would guess that you're trying to edit an asset you already edited once, which causes problems atm.

from unitypy.

keel avatar keel commented on May 20, 2024

There's no more exception, just this two lines error log, and I checked the assets ,make sure it's not edited , but the problem is same. Maybe 2020.2.2f1 have some changes? Is there anything I can try?

from unitypy.

K0lb3 avatar K0lb3 commented on May 20, 2024

Sorry, I was a bit busy irl.

I guess that the load failed because the resource file created by UnityPy isn't flagged as to be loaded intermediately.

I added a new function in 1.7.7 that can be used to decide yourself how the data of a Texture2D,
which currently always tries to store its data in a (newly created) cab, is stored.
The default arguments of Texture2D.set_image store the image data within the Texture2D object, so the error that showed up on your site should be solvable with it.

from unitypy.

K0lb3 avatar K0lb3 commented on May 20, 2024

0bb34ed should have fixed the issue.

from unitypy.

keel avatar keel commented on May 20, 2024

Thanks.

from unitypy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.