Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged unity3d

0 votes
1.1k views
1 answer
    I'm a bit confused about displaying 3D models and graphics in android studio projects. I've been working a lot ... the same result using Unity? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I'm trying to find the best approach to build a music visualizer to run in a browser over the web. Unity ... ? Has anyone done this before? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
971 views
1 answer
    I am trying to set up a Jenkins server for automatic Unity builds. Therefore I have written two (in my eyes) ... as far as I see they are basically identical? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
969 views
1 answer
    I wish to copy my existing Unity project into a new blank Unity project. It appears all the object references ... and scripts set onto the correct game objects. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I just tried my app on Android and it suddenly doesn't work well (on Windows it works fine). Is there a ... and clear on the Unity Console on Unity on Windows. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    This question already has answers here: Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    This question already has answers here: Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
983 views
1 answer
    I am using Admob mediation in my Unity project to display ads from about a dozen ad networks. The ads are working ... -which-ad-network-an-ad-comes-from-when-using-google-admob...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I tying to using Text component for explain the terms and conditions but If I enter more than 15000 characters ... /questions/65839251/how-to-handle-very-long-sentences-in-unity...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have the following function inside fragment shader, but it reduces fps by 7 half3 ClusterAndDithering(half3 ... /questions/65839763/how-to-optimize-color-reduction-and-dithering...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am a beginner trying to make a driving simulator in unity. I don't have any idea of c sharp scripting I want ... /how-to-make-accelerator-and-back-gear-code-for-car-in-unity...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to test making games with Unity the first time but I don't get, why the player only collides with ... /65844270/unity-assets-doesnt-collision-with-player-but-cubes-etc-does...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to make sure that various objects moving at high speed cannot pass through walls or other objects. My ... .com/questions/65844999/raycast2d-hits-only-one-side-of-collider...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a group of objects that I allow my player to toss around the scene in zero gravity. ... /stackoverflow.com/questions/65847997/how-to-prevent-upward-rigidbody-velocity...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Is it possible to edit a bones local axis via a C# script? I am using an external sensor strapped to ... //stackoverflow.com/questions/65850654/alter-unity-humanoid-bone-local-axis...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    My player velocity(X), stays in 4.8 even with my character not moving, it has never been an issue, and i just ... -my-character-velocity-is-4-8-with-my-character-not-moving-wh...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I'm trying to find a script for unity 2d. I need one that restarts the scene I've currently loaded. I've tried ... -the-scene-that-im-currently-in-through-script-in-unity-2d-so...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have the following code: input.x = Input.GetAxis("Horizontal"); input.y = Input.GetAxis("Vertical"); if (input.x > 0 ... -of-a-rig-in-c-sharp-based-on-whether-my-character-is-mo...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I need to detect when the Mesh class's vertex arrays get updated, so that I can update metadata (normals, ... /listen-for-changes-to-mesh-class-for-rebuilding-metadata-in-unity...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
908 views
1 answer
    I can detect which side of an object I collide with however I need to reset some variables when I exit a ... -detect-which-side-of-the-object-i-exited-from-on-oncollisionexit2d...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I'm attempting to update our ARToolkit5 based Unity Android app that has been in the Google Play ... "/Applications/2020.1.11f1/PlaybackEngines/AndroidPlayer/Variations/il2cpp/...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm trying to make a Destroy gameobject, wait x seconds, respawn gameobject system. I have 2 scripts and I'm ... do-i-single-out-gameobject-being-detected-by-raycast-in-a-destr...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm building a farming sim, and am trying to simulate soil quality as a part of the simulation. If ... ://stackoverflow.com/questions/65856955/queriable-dynamic-textures-in-unity...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    Hi unity random range destroy want make but how make i dont know instance: random.range (1,3) // 1 with ... /questions/65859098/how-to-make-unity-3d-random-range-gameobject-destroy...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm working on an app with Unity, in which I want to use ARCore's augemented Images to track ... /stackoverflow.com/questions/65860289/arcore-augmented-images-not-tracking-outside...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I just realized that my gameplay logic broke after some (allegedly) harmless refactoring changes. Going ... questions/65861066/unity-ecs-system-breaks-after-namespace-change...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    Someone knows how to solve this error GUID [006ad50a73ed144b9a69a6525c78ada1] for asset ' ... stackoverflow.com/questions/65861575/unityads-guid-006ad50a73ed144b9a69a6525c78ada1...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    With music playing from the ear speakers When you operate the volume key The call volume is controlled instead of the ... /how-to-adjust-music-volume-in-android-ear-speaker-mode...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...