Questions tagged [macos]
macOS is the operating system that runs on Apple's Macintosh line of computers.
                108 questions
            
            
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                51
            
            views
        
        
            
        How to view the build log of a Unity APK build on Mac from the file Editor.log?
                    I am running Unity 2022 (LTS) on Mac.
A few days ago, I was able see the APK build log inside the file Editor.log.
But, today, after building a new APK successfully, I open the file Editor.log. This ...
                
            
       
        
            
                1
            
            vote
        
        
            
                0
            
            answers
        
        
            
                26
            
            views
        
        
            
        Audio stutter in macOS when switching from SDL app to any other app
                    I'm using SDL to write a program that plays arcade game-style music (i.e. chip tune music generated by an emulator core) and I have a timing loop in my code that restricts the application to 30fps. ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                261
            
            views
        
        
            
            
        Passing a single float into a Vulkan compute shader in Godot
                    I have written a compute shader to convert a height map into a normal map.
The shader definition (glsl) starts as follows:
...
                
            
       
        
            
                1
            
            vote
        
        
            
                1
            
            answer
        
        
            
                298
            
            views
        
        
            
            
        Are moddable apps allowed in the Apple App Store?
                    While reading the App Store Review Guidelines, it was said :
(iv) They may not download or install standalone apps, kexts, additional code, or resources to add functionality or significantly change ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                198
            
            views
        
        
            
            
            
        How to develop a game on a 2015 MacBook Pro without learning Metal?
                    I'm on Mac and OpenGL and Vulcan are not supported. Even worse, I'm on a 2015 MBP 13". Yeah, can't do much with that.
I spent a full year learning C++ and I have no patience to try and learn ...
                
            
       
        
            
                1
            
            vote
        
        
            
                0
            
            answers
        
        
            
                60
            
            views
        
        
            
        Can I prevent Unity from sleeping when not focussed?
                    Every time I click away from the player either within the editor or from a build, on MacOS, it pauses. For my use case this is incredibly annoying. It appears to be related to apple's "app nap&...
                
            
       
        
            
                1
            
            vote
        
        
            
                1
            
            answer
        
        
            
                500
            
            views
        
        
            
        Stuck trying to build UE for iOS on Mac
                    I am trying to build an AR game for iOS, using a custom build of Unreal Engine 5.1.1, on an Apple Silicon (M1 Max) Macbook Pro.
(I have to use a custom branch of UE5 because there is a problem with ...
                
            
       
        
            
                0
            
            votes
        
        
            
                2
            
            answers
        
        
            
                300
            
            views
        
        
            
            
        OpenGL texture not displaying despite setting uniform int
                    As you can see in the linked image, despite assigning a texture unit, there is no texture being drawn on the screen.
In the main loop, I am receiving error 1282, and there are no further errors ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                268
            
            views
        
        
            
            
        Ads in a desktop game?
                    For my Destiny Garden project, which is a desktop game, I want to use freemium monetisation strategy, so I plan to publish both free demo version and a paid full version, and I'm wandering is there ...
                
            
       
        
            
                0
            
            votes
        
        
            
                2
            
            answers
        
        
            
                103
            
            views
        
        
            
        Unity not able to find package listed in their own tutorial
                    Please note: I uploaded a Youtube video here that may help tie all my confusion together but I also explain the highlights below which forms the basis of my question.
Unity here. I'm trying to follow ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                151
            
            views
        
        
            
        Unity 2021 Silicon Build Performs Poorly with DynamicGI.UpdateEnvironment()
                    I recently upgraded my large-scale RPG world project from 2019 LTS version to 2021 for the native Silicon support. I have a Silicon based Mac and even though the game seems to have smoother FPS in the ...
                
            
       
        
            
                3
            
            votes
        
        
            
                0
            
            answers
        
        
            
                289
            
            views
        
        
            
            
            
        Unity Application.Quit() "quit unexpectedly" on Mac
                    I'm trying to quit our game on macOS and have found that using Application.Quit() will look to the operating system like the application died unexpectedly.  What is ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                526
            
            views
        
        
            
            
            
        Telling steam my game is 64 bit
                    I'm finally done making my game and am almost done putting it on steam (just need to wait for the build to approve). But I've noticed that on the store it says "Notice: This product is not ...
                
            
       
        
            
                0
            
            votes
        
        
            
                0
            
            answers
        
        
            
                353
            
            views
        
        
            
        Why does my custom mouse cursor revert back to normal in Unity?
                    I have set the mouse to be a custom cursor under Edit > Project Settings > Player. (I set the cursor with script originally and had the same problem.) In the editor it shows up as the system ...
                
            
       
        
            
                1
            
            vote
        
        
            
                0
            
            answers
        
        
            
                875
            
            views
        
        
            
        How to work with PS5 DualSense's haptics on Mac OS or iOS?
                    FMOD's latest release a few weeks ago has some great new features for authoring haptics!
Detailed Revision History discussing features.
However, the features are only available on Windows, not Mac. ...