This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INFO: this project relies on CocoaPods to install extra packages. | |
| The CocoaPods command about to be sent is "pod install" | |
| [A]ccept or [C]hange? Default is to [A]ccept if no answer in 5 seconds. | |
| Delegating "pod install" job to CocoaPods daemon... | |
| Preparing staging directory... | |
| Sending command: "pod install" | |
| ========================== CocoaPods output BEGIN =========================== | |
| Analyzing dependencies |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class FloatVariable : ScriptableObject, IOnEventCallback | |
| { | |
| private float _value; | |
| public float Value => _value; | |
| private void OnEnable() | |
| { | |
| PhotonNetwork.AddCallbackTarget(this); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import sys | |
| import random | |
| from time import sleep | |
| try: | |
| from playwright_recaptcha import recaptchav2 | |
| from playwright.sync_api import Playwright, sync_playwright, expect | |
| except (ImportError, ModuleNotFoundError): | |
| os.system( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2023-08-04 11:20:04,100 - INFO - placeBasketOrder | |
| 2023-08-04 11:20:04,600 - INFO - event_handler_order_update {'t': 'om', 'norenordno': '23080400282232', 'uid': 'FA64565', 'actid': 'FA64565', 'exch': 'NFO', 'tsym': 'BANKNIFTY10AUG23C45100', 'trantype': 'B', 'qty': '120', 'prc': '0.00', 'pcode': 'I', 'remarks': 'strat', 'status': 'PENDING', 'reporttype': 'NewAck', 'prctyp': 'MKT', 'ret': 'DAY', 'exchordid': '', 'dscqty': '0'} | |
| 2023-08-04 11:20:04,600 - INFO - event_handler_order_update {'t': 'om', 'norenordno': '23080400282232', 'uid': 'FA64565', 'actid': 'FA64565', 'exch': 'NFO', 'tsym': 'BANKNIFTY10AUG23C45100', 'trantype': 'B', 'qty': '120', 'prc': '0.00', 'pcode': 'I', 'remarks': 'strat', 'status': 'PENDING', 'reporttype': 'PendingNew', 'prctyp': 'MKT', 'ret': 'DAY', 'exchordid': '', 'dscqty': '0'} | |
| 2023-08-04 11:20:04,615 - INFO - event_handler_order_update {'t': 'om', 'norenordno': '23080400282232', 'uid': 'FA64565', 'actid': 'FA64565', 'exch': 'NFO', 'tsym': 'BANKNIFTY10AUG23C45100', 'trantype': 'B', 'qty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ArgumentNullException: Value cannot be null. | |
| Parameter name: value | |
| UnityEngine.Bindings.ThrowHelper.ThrowArgumentNullException (System.Object obj, System.String parameterName) (at <6b66e7caaeb045048a0fbc11f111e6fa>:0) | |
| UnityEngine.MaterialPropertyBlock.SetTextureImpl (System.Int32 name, UnityEngine.Texture value) (at <6b66e7caaeb045048a0fbc11f111e6fa>:0) | |
| UnityEngine.MaterialPropertyBlock.SetTexture (System.Int32 nameID, UnityEngine.Texture value) (at <6b66e7caaeb045048a0fbc11f111e6fa>:0) | |
| UnityEngine.Rendering.Blitter.BlitTexture (UnityEngine.Rendering.CommandBuffer cmd, UnityEngine.Rendering.RTHandle source, UnityEngine.Vector4 scaleBias, UnityEngine.Material material, System.Int32 pass) (at ./Library/PackageCache/com.unity.render-pipelines.core@16.0.5/Runtime/Utilities/Blitter.cs:370) | |
| UnityEngine.Rendering.Blitter.BlitCameraTexture (UnityEngine.Rendering.CommandBuffer cmd, UnityEngine.Rendering.RTHandle source, UnityEngine.Rendering.RTHandle destination, UnityEngine.Material material, System.Int32 pass) (at . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Assertion failed | |
| UnityEngine.Rendering.Universal.ScriptableRenderPass:Blit (UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RTHandle,UnityEngine.Rendering.RTHandle,UnityEngine.Material,int) | |
| Kamgam.UIToolkitBlurredBackground.BlurredBackgroundPassURP:Execute (UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Rendering.Universal.RenderingData&) (at Assets/Kamgam/UIToolkitBlurredBackground/Runtime/Scripts/Rendering/BlurredBackgroundPassURP.cs:77) | |
| UnityEngine.Rendering.RenderPipelineManager:DoRenderLoop_Internal (UnityEngine.Rendering.RenderPipelineAsset,intptr,UnityEngine.Object,Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Zombie Kittens - Technical Game Rules Documentation | |
| ## Game Objective | |
| - **Primary Goal**: Be the last player left alive | |
| - **Win Condition**: Survive by avoiding drawing Exploding Kitten cards | |
| - **Loss Condition**: Draw an Exploding Kitten without a Zombie Kitten to save yourself | |
| - **Victory State**: Only one living player remains | |
| ## Game Setup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #if USE_PUSH | |
| using OneSignalSDK.User.Models; | |
| #endif | |
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using System.Globalization; | |
| using System.Net.Http; | |
| using System.Threading.Tasks; | |
| using DG.Tweening; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using System.Collections.ObjectModel; | |
| using System.ComponentModel; | |
| using System.Dynamic; | |
| using System.Linq; | |
| using IjsUiFramework; | |
| using UnityEngine; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FAILURE | |
| --- Build Summary --- | |
| Platform: Android | |
| Result: Failed | |
| Total Errors: 1 | |
| Total Warnings: 2 | |
| Total Time: 3.2s | |
| Output Size: 0 MB | |
| --- Errors --- |